Merge pull request #142623 from austinbutler/watchdog-remove-argh

python3Packages.watchdog: remove argh dependency
This commit is contained in:
Jörg Thalheim
2021-10-23 09:46:42 +01:00
committed by GitHub
@@ -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
];