mbakke pushed a commit to branch master
in repository guix.
commit 43c11056d2b09829a3b5080c125651a184858c57
Author: Marius Bakke <[email protected]>
AuthorDate: Sat Jan 22 10:05:25 2022 +0100
gnu: python-watchdog: Remove unused input.
* gnu/packages/python-xyz.scm (python-watchdog)[propagated-inputs]: Remove
PYTHON-ARGH.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index da84428041..47d7f151eb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24855,7 +24855,7 @@ files. These files are used to translate strings in
android apps.")
;; 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")