emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42124: closed ([PATCH] gnu: python-gevent: Propagate dependencies.)


From: GNU bug Tracking System
Subject: bug#42124: closed ([PATCH] gnu: python-gevent: Propagate dependencies.)
Date: Thu, 02 Jul 2020 21:39:02 +0000

Your message dated Thu, 02 Jul 2020 23:38:36 +0200
with message-id <874kqpr40z.fsf@gnu.org>
and subject line Re: [bug#42124] [PATCH] gnu: python-gevent: Propagate 
dependencies.
has caused the debbugs.gnu.org bug report #42124,
regarding [PATCH] gnu: python-gevent: Propagate dependencies.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42124: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42124
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-gevent: Propagate dependencies. Date: Mon, 29 Jun 2020 07:27:07 -0700
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42124] [PATCH] gnu: python-gevent: Propagate dependencies. Date: Thu, 02 Jul 2020 23:38:36 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
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’.


--- End Message ---

reply via email to

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