python3Packages.pipdeptree: Fix ModuleNotFoundError

This commit is contained in:
eth3lbert 2024-05-13 11:12:35 +08:00
parent f8dff35f25
commit 9ed7e32d10
No known key found for this signature in database

View File

@ -7,6 +7,7 @@
graphviz, graphviz,
hatchling, hatchling,
hatch-vcs, hatch-vcs,
packaging,
pytest-mock, pytest-mock,
pytestCheckHook, pytestCheckHook,
pip, pip,
@ -32,7 +33,10 @@ buildPythonPackage rec {
hatch-vcs hatch-vcs
]; ];
dependencies = [ pip ]; dependencies = [
pip
packaging
];
passthru.optional-dependencies = { passthru.optional-dependencies = {
graphviz = [ graphviz ]; graphviz = [ graphviz ];