summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:08:56 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:33:59 +0100
commit9a6dbaa5d41c8b908d15fcd5a4c54608c3ccfeb2 (patch)
tree6b016ae0825b40b5b6ef07b8dd4cbf6434ef2e00 /gnu/packages/python-web.scm
parent0ce7d4d403d20eb31cfda8406c859013077c42e9 (diff)
downloadguix-patches-9a6dbaa5d41c8b908d15fcd5a4c54608c3ccfeb2.tar
guix-patches-9a6dbaa5d41c8b908d15fcd5a4c54608c3ccfeb2.tar.gz
gnu: Remove python2-html5-parser.
* gnu/packages/python-web.scm (python2-html5-parser): 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 9956ec8958..8aeec661c0 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1297,9 +1297,6 @@ C, yielding parse times that can be a thirtieth of the html5lib parse times.")
;; indicate ASL2.0, including the LICENSE file for the whole project.
(license (list license:asl2.0 license:gpl3))))
-(define-public python2-html5-parser
- (package-with-python2 python-html5-parser))
-
(define-public python-minio
(package
(name "python-minio")