diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-22 10:05:25 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-22 10:23:02 +0100 |
commit | 43c11056d2b09829a3b5080c125651a184858c57 (patch) | |
tree | bd81cd796670d8b2f8153b73338af17bc6d10284 /gnu/packages/python-xyz.scm | |
parent | 515854b31f22d26da6de1aefa3602cab10491a45 (diff) | |
download | guix-43c11056d2b09829a3b5080c125651a184858c57.tar.gz |
gnu: python-watchdog: Remove unused input.
* gnu/packages/python-xyz.scm (python-watchdog)[propagated-inputs]: Remove PYTHON-ARGH.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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") |