gnu: Remove python2-rpy2.
Python 2 is no longer supported. * gnu/packages/python.scm (python2-rpy2): Remove variable.
This commit is contained in:
parent
deee5ddaf4
commit
59ff96aafd
|
@ -4459,13 +4459,6 @@ functions.")
|
||||||
;; in "setup.py".
|
;; in "setup.py".
|
||||||
(license (list license:mpl2.0 license:gpl2+ license:lgpl2.1+))))
|
(license (list license:mpl2.0 license:gpl2+ license:lgpl2.1+))))
|
||||||
|
|
||||||
(define-public python2-rpy2
|
|
||||||
(let ((rpy2 (package-with-python2 python-rpy2)))
|
|
||||||
(package (inherit rpy2)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python2-singledispatch" ,python2-singledispatch)
|
|
||||||
,@(package-propagated-inputs rpy2))))))
|
|
||||||
|
|
||||||
(define-public python-scipy
|
(define-public python-scipy
|
||||||
(package
|
(package
|
||||||
(name "python-scipy")
|
(name "python-scipy")
|
||||||
|
|
Loading…
Reference in New Issue