summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-01 02:51:20 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:50 -0400
commitc0e3ba2904f5fbaa105d54f4a5a920e04caff629 (patch)
tree53b35c1b7b660835bd19f74dba4b6deeb1b69df4 /gnu/packages/python-web.scm
parent4e9bacaaf3bd5c6759d14e0ee4312b19344678ef (diff)
downloadguix-patches-c0e3ba2904f5fbaa105d54f4a5a920e04caff629.tar
guix-patches-c0e3ba2904f5fbaa105d54f4a5a920e04caff629.tar.gz
gnu: Remove python2-webencodings.
* gnu/packages/python-web.scm (python2-webencodings): Delete variable.
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 24aebe765a..d5132670d5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1452,9 +1452,6 @@ BOM detection, but the actual implementation for encoders and decoders
is Python’s.")
(license license:bsd-3)))
-(define-public python2-webencodings
- (package-with-python2 python-webencodings))
-
(define-public python-openapi-schema-validator
(package
(name "python-openapi-schema-validator")