summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-01 02:47:09 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:47 -0400
commit89ffe2297fd00e498b94466d3477c8833d116bb7 (patch)
tree074b0610a7e09f20c04cc31c9158f56ef9bfd06b /gnu/packages/python-web.scm
parent7720afd99ae389cca36bca51abe7ba6b500fb190 (diff)
downloadguix-patches-89ffe2297fd00e498b94466d3477c8833d116bb7.tar
guix-patches-89ffe2297fd00e498b94466d3477c8833d116bb7.tar.gz
gnu: Remove python2-bottle.
* gnu/packages/python-web.scm (python2-bottle): Delete variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 398f2891dd..24aebe765a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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")