gnu: python-watchdog: Remove unused input.

* gnu/packages/python-xyz.scm (python-watchdog)[propagated-inputs]: Remove
PYTHON-ARGH.
This commit is contained in:
Marius Bakke 2022-01-22 10:05:25 +01:00
parent 515854b31f
commit 43c11056d2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -24855,7 +24855,7 @@ (define-public python-watchdog
;; This test failed.
"not test_kill_auto_restart")))))))
(propagated-inputs
(list python-argh python-pathtools python-pyyaml))
(list python-pathtools python-pyyaml))
(native-inputs
(list python-pytest-cov python-pytest-timeout))
(home-page "https://github.com/gorakhargosh/watchdog")