3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.jupyterlab_server: added pyjson5 dependency

This commit is contained in:
isgy 2019-11-10 09:49:27 +00:00 committed by Jon
parent 3be103989c
commit da006ed937

View file

@ -6,6 +6,7 @@
, pythonOlder
, requests
, pytest
, pyjson5
}:
buildPythonPackage rec {
@ -19,7 +20,7 @@ buildPythonPackage rec {
};
checkInputs = [ requests pytest ];
propagatedBuildInputs = [ notebook jsonschema ];
propagatedBuildInputs = [ notebook jsonschema pyjson5 ];
# test_listing test fails
# this is a new package and not all tests pass