me
/
guix
Archived
1
0
Fork 0

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>
Matthew Kraai 2020-06-29 07:27:07 -07:00 committed by Ludovic Courtès
parent af74c0633a
commit f51d836a48
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 4 deletions

View File

@ -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)))