gnu: python-watchdog: Remove unused input.
* gnu/packages/python-xyz.scm (python-watchdog)[propagated-inputs]: Remove PYTHON-ARGH.
This commit is contained in:
parent
515854b31f
commit
43c11056d2
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Reference in a new issue