python3Packages.watchdog: remove argh dependency
This commit is contained in:
parent
35b01e8b42
commit
4b6d38e408
@ -2,7 +2,6 @@
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, argh
|
||||
, pathtools
|
||||
, pyyaml
|
||||
, flaky
|
||||
@ -23,7 +22,6 @@ buildPythonPackage rec {
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
argh
|
||||
pathtools
|
||||
pyyaml
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user