3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove python2-bottle.

* gnu/packages/python-web.scm (python2-bottle): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 02:47:09 -04:00
parent 7720afd99a
commit 89ffe2297f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4147,9 +4147,6 @@ addon modules.")
(description "@code{python-bottle} is a WSGI framework for small web-applications.")
(license license:expat)))
(define-public python2-bottle
(package-with-python2 python-bottle))
(define-public python-wtforms
(package
(name "python-wtforms")