mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
python3Packages.pipdeptree: Fix ModuleNotFoundError
This commit is contained in:
parent
f8dff35f25
commit
9ed7e32d10
@ -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