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)
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 69ca4357da1..16d782f0d64 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3953,9 +3953,6 @@ List.")
3953List. Forked from and using the same API as the publicsuffix package.") 3953List. Forked from and using the same API as the publicsuffix package.")
3954 (license (list license:expat license:mpl2.0)))) 3954 (license (list license:expat license:mpl2.0))))
3955 3955
3956(define-public python2-publicsuffix2
3957 (package-with-python2 python-publicsuffix2))
3958
3959(define-public python-werkzeug 3956(define-public python-werkzeug
3960 (package 3957 (package
3961 (name "python-werkzeug") 3958 (name "python-werkzeug")