mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
python-web.py: disable Py3k interpreter, fixes #9619
This commit is contained in:
parent
e7f9bdcba1
commit
f5205a7ba6
@ -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 New Issue
Block a user