diff mbox series

[bug#47165,08/25] gnu: python2-flask-htmlmin: Remove package.

Message ID 20210315155509.51077-8-zimon.toutoune@gmail.com
State Accepted
Headers show
Series [bug#47165,01/25] gnu: python2-arrow: Remove package. | expand

Commit Message

Simon Tournier March 15, 2021, 3:55 p.m. UTC
* gnu/packages/python-web.scm (python2-flask-htmlmin): Delete.
---
 gnu/packages/python-web.scm | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1378629304..d5f55e3d59 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3596,9 +3596,6 @@  It comes with safe defaults and easily configurable options.")
      "Minify @code{text/html} MIME type responses when using @code{Flask}.")
     (license license:bsd-3)))
 
-(define-public python2-flask-htmlmin
-  (package-with-python2 python-flask-htmlmin))
-
 (define-public python-jsmin
   (package
     (name "python-jsmin")