diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-19 14:11:46 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-20 22:46:59 -0500 |
commit | 67166aae73a42f6fbb3d90fcc8ddf71c8d36a647 (patch) | |
tree | e45778f52368f2db39e22f45a82ae1ad7b1607b8 | |
parent | f8b6d18171211aee0a471bb5df6c05f5163fe5e6 (diff) |
gnu: python2-werkzeug: Remove package.
* gnu/packages/python-web.scm (python2-werkzeug): Remove variable.
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
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") |