python.pkgs.WSGIProxy: disable python3
This commit is contained in:
parent
997043c137
commit
63b66bf960
@ -4,7 +4,7 @@
|
||||
|
||||
with python.pkgs;
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonApplication rec {
|
||||
pname = "bepasty";
|
||||
version = "0.4.0";
|
||||
name = "${pname}-${version}";
|
||||
|
@ -26213,6 +26213,8 @@ EOF
|
||||
paste six
|
||||
];
|
||||
|
||||
disabled = isPy3k; # Judging from SyntaxError
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other";
|
||||
homepage = "http://pythonpaste.org/wsgiproxy/";
|
||||
|
Loading…
x
Reference in New Issue
Block a user