diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:12 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:34:00 +0100 |
commit | e9c7bab3332d4ae9124e0f48f8e8cbd995152327 (patch) | |
tree | 559db0af693eaac514047b520bc528c4a4a92bf8 | |
parent | fcb3f7d34457d4ae066d968882c80c7a386df310 (diff) | |
download | guix-e9c7bab3332d4ae9124e0f48f8e8cbd995152327.tar guix-e9c7bab3332d4ae9124e0f48f8e8cbd995152327.tar.gz |
gnu: Remove python2-publicsuffix2.
* gnu/packages/python-web.scm (python2-publicsuffix2): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-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 69ca4357da..16d782f0d6 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3953,9 +3953,6 @@ List.") List. Forked from and using the same API as the publicsuffix package.") (license (list license:expat license:mpl2.0)))) -(define-public python2-publicsuffix2 - (package-with-python2 python-publicsuffix2)) - (define-public python-werkzeug (package (name "python-werkzeug") |