Merge pull request #311244 from eth3lbert/fix-pipdeptree
python3Packages.pipdeptree: Fix ModuleNotFoundError
This commit is contained in:
commit
b69e4c3d18
@ -7,6 +7,7 @@
|
||||
graphviz,
|
||||
hatchling,
|
||||
hatch-vcs,
|
||||
packaging,
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
pip,
|
||||
@ -32,7 +33,10 @@ buildPythonPackage rec {
|
||||
hatch-vcs
|
||||
];
|
||||
|
||||
dependencies = [ pip ];
|
||||
dependencies = [
|
||||
pip
|
||||
packaging
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
graphviz = [ graphviz ];
|
||||
|
Loading…
Reference in New Issue
Block a user