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