gnu: Remove python2-virtualenv.
* gnu/packages/python-xyz.scm (python2-virtualenv): Delete variable.
parent
87465a718a
commit
b1f059ddf6
|
@ -3937,14 +3937,6 @@ e.g. filters, callbacks and errbacks can all be promises.")
|
||||||
"Virtualenv is a tool to create isolated Python environments.")
|
"Virtualenv is a tool to create isolated Python environments.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-virtualenv
|
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-virtualenv))))
|
|
||||||
(package
|
|
||||||
(inherit base)
|
|
||||||
(propagated-inputs
|
|
||||||
(modify-inputs (package-propagated-inputs base)
|
|
||||||
(prepend python2-contextlib2))))))
|
|
||||||
|
|
||||||
(define-public python-markupsafe
|
(define-public python-markupsafe
|
||||||
(package
|
(package
|
||||||
(name "python-markupsafe")
|
(name "python-markupsafe")
|
||||||
|
|
Reference in New Issue