mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue