gnu: Remove python2-pastedeploy.

* gnu/packages/python-web.scm (python2-pastedeploy): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:39:30 -04:00
parent 35caf03b1e
commit 1e44359cc0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3152,9 +3152,6 @@ (define-public python-pastedeploy
file.")
(license license:expat)))
(define-public python2-pastedeploy
(package-with-python2 python-pastedeploy))
(define-public python-webtest
(package
(name "python-webtest")