summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:09:12 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:34:00 +0100
commite9c7bab3332d4ae9124e0f48f8e8cbd995152327 (patch)
tree559db0af693eaac514047b520bc528c4a4a92bf8 /gnu/packages/python-web.scm
parentfcb3f7d34457d4ae066d968882c80c7a386df310 (diff)
downloadguix-patches-e9c7bab3332d4ae9124e0f48f8e8cbd995152327.tar
guix-patches-e9c7bab3332d4ae9124e0f48f8e8cbd995152327.tar.gz
gnu: Remove python2-publicsuffix2.
* gnu/packages/python-web.scm (python2-publicsuffix2): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
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 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")