guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/28: gnu: python-watchdog: Remove unused input.


From: guix-commits
Subject: 27/28: gnu: python-watchdog: Remove unused input.
Date: Sat, 22 Jan 2022 04:23:50 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 43c11056d2b09829a3b5080c125651a184858c57
Author: Marius Bakke <marius@gnu.org>
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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]