python3Packages.watchdog: remove argh dependency

This commit is contained in:
Austin Butler 2021-10-22 18:24:17 -07:00
parent 35b01e8b42
commit 4b6d38e408

View File

@ -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
];