python-web.py: disable Py3k interpreter, fixes #9619
This commit is contained in:
parent
e7f9bdcba1
commit
f5205a7ba6
1 changed files with 1 additions and 0 deletions
|
@ -14828,6 +14828,7 @@ let
|
|||
web = buildPythonPackage rec {
|
||||
version = "0.37";
|
||||
name = "web.py-${version}";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/w/web.py/web.py-${version}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue