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