summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:09:08 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:34:00 +0100
commitdaa315c082792bdf6fe845262497b671656eded9 (patch)
tree9b495df82b4e451349c4883d57032865f603b5e7 /gnu/packages/python-web.scm
parenta53abfb07575485a66f17a2f6e262c93f2c0fe73 (diff)
downloadguix-patches-daa315c082792bdf6fe845262497b671656eded9.tar
guix-patches-daa315c082792bdf6fe845262497b671656eded9.tar.gz
gnu: Remove python2-htmlmin.
* gnu/packages/python-web.scm (python2-htmlmin): 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 295cebe155..ba3a882adc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3540,9 +3540,6 @@ specs from your Flask-Restful projects.")
It comes with safe defaults and easily configurable options.")
(license license:bsd-3)))
-(define-public python2-htmlmin
- (package-with-python2 python-htmlmin))
-
(define-public python-flask-htmlmin
(package
(name "python-flask-htmlmin")