Archived
1
0
Fork 0

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 @@ files. These files are used to translate strings in android apps.")
;; This test failed. ;; This test failed.
"not test_kill_auto_restart"))))))) "not test_kill_auto_restart")))))))
(propagated-inputs (propagated-inputs
(list python-argh python-pathtools python-pyyaml)) (list python-pathtools python-pyyaml))
(native-inputs (native-inputs
(list python-pytest-cov python-pytest-timeout)) (list python-pytest-cov python-pytest-timeout))
(home-page "https://github.com/gorakhargosh/watchdog") (home-page "https://github.com/gorakhargosh/watchdog")