mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 0 additions and 7 deletions
|
@ -4459,13 +4459,6 @@ (define-public python-rpy2
|
|||
;; in "setup.py".
|
||||
(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
|
||||
(package
|
||||
(name "python-scipy")
|
||||
|
|
Loading…
Reference in a new issue