python3.pkgs.jsonnet: enable Python 3 builds
since support was added in 0.9.5 by @benley
This commit is contained in:
parent
e3de7b06b7
commit
a0be858835
@ -9887,8 +9887,6 @@ in {
|
|||||||
|
|
||||||
jsonnet = buildPythonPackage {
|
jsonnet = buildPythonPackage {
|
||||||
inherit (pkgs.jsonnet) name src;
|
inherit (pkgs.jsonnet) name src;
|
||||||
# Python 3 is not yet supported https://github.com/google/jsonnet/pull/335
|
|
||||||
disabled = isPy3k;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
jupyter_client = callPackage ../development/python-modules/jupyter_client { };
|
jupyter_client = callPackage ../development/python-modules/jupyter_client { };
|
||||||
|
Loading…
Reference in New Issue
Block a user