summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-22 10:05:25 +0100
committerMarius Bakke <marius@gnu.org>2022-01-22 10:23:02 +0100
commit43c11056d2b09829a3b5080c125651a184858c57 (patch)
treebd81cd796670d8b2f8153b73338af17bc6d10284
parent515854b31f22d26da6de1aefa3602cab10491a45 (diff)
downloadguix-patches-43c11056d2b09829a3b5080c125651a184858c57.tar
guix-patches-43c11056d2b09829a3b5080c125651a184858c57.tar.gz
gnu: python-watchdog: Remove unused input.
* gnu/packages/python-xyz.scm (python-watchdog)[propagated-inputs]: Remove PYTHON-ARGH.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
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")