pythonPackages.anyjson: Enable for python3
Only the tests are unvalid for anyjson. The module itself is python3 valid.
This commit is contained in:
parent
78901322d8
commit
05d9cf5f38
@ -743,7 +743,9 @@ in modules // {
|
|||||||
|
|
||||||
anyjson = buildPythonPackage rec {
|
anyjson = buildPythonPackage rec {
|
||||||
name = "anyjson-0.3.3";
|
name = "anyjson-0.3.3";
|
||||||
disabled = isPy3k;
|
|
||||||
|
# The tests are written in a python2 syntax but anyjson is python3 valid
|
||||||
|
doCheck = !isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/a/anyjson/${name}.tar.gz";
|
url = "mirror://pypi/a/anyjson/${name}.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user