summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-12-19 14:11:46 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-12-20 22:46:59 -0500
commit67166aae73a42f6fbb3d90fcc8ddf71c8d36a647 (patch)
treee45778f52368f2db39e22f45a82ae1ad7b1607b8 /gnu
parentf8b6d18171211aee0a471bb5df6c05f5163fe5e6 (diff)
downloadguix-67166aae73a42f6fbb3d90fcc8ddf71c8d36a647.tar.gz
gnu: python2-werkzeug: Remove package.
* gnu/packages/python-web.scm (python2-werkzeug): Remove variable.
Diffstat (limited to 'gnu')
-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 96262211cf..fd0001e270 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3990,9 +3990,6 @@ uploads, a powerful URL routing system and a bunch of community-contributed
 addon modules.")
     (license license:x11)))
 
-(define-public python2-werkzeug
-  (package-with-python2 python-werkzeug))
-
 (define-public python-bottle
   (package
     (name "python-bottle")