guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-gevent: Propagate dependencies.


From: guix-commits
Subject: 05/05: gnu: python-gevent: Propagate dependencies.
Date: Thu, 2 Jul 2020 17:54:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f51d836a480761074f76e6a6d883459c5a5ee571
Author: Matthew Kraai <kraai@ftbfs.org>
AuthorDate: Mon Jun 29 07:27:07 2020 -0700

    gnu: python-gevent: Propagate dependencies.
    
    * gnu/packages/python-xyz.scm (python-gevent)[native-inputs]: Move
    python-zope-event and python-zone-interface to ...
    [propagated-inputs]: ... here.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/python-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d0d9fb5..7079bbd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11642,15 +11642,15 @@ graphviz.")
                               "known_failures.py" "--ignore" 
"skipped_tests.txt"))))))
     (propagated-inputs
      `(("python-greenlet" ,python-greenlet)
-       ("python-objgraph" ,python-objgraph)))
+       ("python-objgraph" ,python-objgraph)
+       ("python-zope.event" ,python-zope-event)
+       ("python-zope.interface" ,python-zope-interface)))
     (native-inputs
      `(("python-six" ,python-six)
 
        ;; For tests.
        ("python-dnspython" ,python-dnspython)
-       ("python-psutil" ,python-psutil)
-       ("python-zope.event" ,python-zope-event)
-       ("python-zope.interface" ,python-zope-interface)))
+       ("python-psutil" ,python-psutil)))
     (inputs
      `(("c-ares" ,c-ares)
        ("libev" ,libev)))



reply via email to

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