gnu: Remove python2-paste.

* gnu/packages/python-web.scm (python2-paste): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Vinicius Monego 2022-01-19 14:09:14 +00:00 committed by Mathieu Othacehe
parent 9a3804e413
commit f0e623dde3
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -4102,9 +4102,6 @@ can be nested together to build web applications. Paste's design closely
follows ideas flowing from WSGI (Web Standard Gateway Interface).")
(license license:expat)))
(define-public python2-paste
(package-with-python2 python-paste))
(define-public python-pastescript
(package
(name "python-pastescript")