python.pkgs.jsonpickle: add missing dependency
This commit is contained in:
parent
19a6a3fc9f
commit
4162b7b081
@ -4,6 +4,7 @@
|
|||||||
, pytest
|
, pytest
|
||||||
, setuptools_scm
|
, setuptools_scm
|
||||||
, toml
|
, toml
|
||||||
|
, importlib-metadata
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -22,6 +23,10 @@ buildPythonPackage rec {
|
|||||||
toml
|
toml
|
||||||
];
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
importlib-metadata
|
||||||
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
rm pytest.ini
|
rm pytest.ini
|
||||||
pytest tests/jsonpickle_test.py
|
pytest tests/jsonpickle_test.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user