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

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

[debbugs-tracker] bug#26015: closed ([PATCH] python-rpy2: Propagate pyth


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26015: closed ([PATCH] python-rpy2: Propagate python2-singledispatch)
Date: Tue, 07 Mar 2017 17:12:01 +0000

Your message dated Tue, 07 Mar 2017 18:11:29 +0100
with message-id <address@hidden>
and subject line Re: bug#26015: [PATCH] python-rpy2: Propagate 
python2-singledispatch
has caused the debbugs.gnu.org bug report #26015,
regarding [PATCH] python-rpy2: Propagate python2-singledispatch
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26015: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26015
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] python-rpy2: Propagate python2-singledispatch Date: Tue, 7 Mar 2017 10:28:57 +0000
From: Pjotr Prins <address@hidden>

* gnu/packages/python.scm (python-rp2): Fixes availability of singledispatch
when actually using the RPy2 package.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5b86980..3b01a9a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3836,9 +3836,9 @@ functions.")
 (define-public python2-rpy2
   (let ((rpy2 (package-with-python2 python-rpy2)))
     (package (inherit rpy2)
-      (native-inputs
+      (propagated-inputs
        `(("python2-singledispatch" ,python2-singledispatch)
-         ,@(package-native-inputs rpy2))))))
+         ,@(package-propagated-inputs rpy2))))))
 
 (define-public python-scipy
   (package
-- 
2.8.4




--- End Message ---
--- Begin Message --- Subject: Re: bug#26015: [PATCH] python-rpy2: Propagate python2-singledispatch Date: Tue, 07 Mar 2017 18:11:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
Pjotr Prins <address@hidden> skribis:

> From: Pjotr Prins <address@hidden>
>
> * gnu/packages/python.scm (python-rp2): Fixes availability of singledispatch
> when actually using the RPy2 package.

Applied, thanks!

Ludo'.


--- End Message ---

reply via email to

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