Unverified Commit 9ed7e32d authored by eth3lbert's avatar eth3lbert
Browse files

python3Packages.pipdeptree: Fix ModuleNotFoundError

parent f8dff35f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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 ];