python-web.py: disable Py3k interpreter, fixes #9619

This commit is contained in:
Guillaume Maudoux 2015-09-02 22:12:17 +02:00 committed by Rok Garbas
parent e7f9bdcba1
commit f5205a7ba6

View file

@ -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";