unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42124] [PATCH] gnu: python-gevent: Propagate dependencies.
@ 2020-06-29 14:27 Matthew Kraai
  2020-07-02 21:38 ` bug#42124: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Kraai @ 2020-06-29 14:27 UTC (permalink / raw)
  To: 42124; +Cc: Matthew Kraai

* gnu/packages/python-xyz.scm (python-gevent)[native-inputs]: Move
python-zope-event and python-zone-interface to ...
[propagated-inputs]: ... here.
---
 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 f7ef5da62f..d9310286f2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11604,15 +11604,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)))
-- 
2.27.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42124: [PATCH] gnu: python-gevent: Propagate dependencies.
  2020-06-29 14:27 [bug#42124] [PATCH] gnu: python-gevent: Propagate dependencies Matthew Kraai
@ 2020-07-02 21:38 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-07-02 21:38 UTC (permalink / raw)
  To: Matthew Kraai; +Cc: 42124-done

Hi,

Matthew Kraai <kraai@ftbfs.org> skribis:

> * gnu/packages/python-xyz.scm (python-gevent)[native-inputs]: Move
> python-zope-event and python-zone-interface to ...
> [propagated-inputs]: ... here.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-02 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 14:27 [bug#42124] [PATCH] gnu: python-gevent: Propagate dependencies Matthew Kraai
2020-07-02 21:38 ` bug#42124: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).