mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
python3Packages.pipdeptree: Fix ModuleNotFoundError
This commit is contained in:
parent
f8dff35f25
commit
9ed7e32d10
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user