mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: Remove python2-bottle.
* gnu/packages/python-web.scm (python2-bottle): Delete variable.
This commit is contained in:
parent
7720afd99a
commit
89ffe2297f
1 changed files with 0 additions and 3 deletions
|
@ -4147,9 +4147,6 @@ (define-public python-bottle
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue