gnu: python-rpy2: Propagate python2-singledispatch.

* gnu/packages/python.scm (python-rp2)[native-inputs]: Rename to...
[propagated-inputs]: ... this.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Pjotr Prins 2017-03-07 10:28:57 +00:00 committed by Ludovic Courtès
parent 9296684713
commit d6abd094fc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -4093,9 +4093,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