summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:09:09 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:34:00 +0100
commit0d308517f5c95cf5720b34d449c1820df83dc1df (patch)
tree86817210b1294e612f08ae06493dd4c844258ad8 /gnu/packages/python-web.scm
parentdaa315c082792bdf6fe845262497b671656eded9 (diff)
gnu: Remove python2-cssmin.
* gnu/packages/python-web.scm (python2-cssmin): 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 ba3a882adc2..0af36595751 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3714,9 +3714,6 @@ CSS tidy. Also supports URL rewriting in CSS files.")
3714 (description "Python port of the YUI CSS Compressor.") 3714 (description "Python port of the YUI CSS Compressor.")
3715 (license (list license:expat license:bsd-3)))) 3715 (license (list license:expat license:bsd-3))))
3716 3716
3717(define-public python2-cssmin
3718 (package-with-python2 python-cssmin))
3719
3720(define-public python-elasticsearch 3717(define-public python-elasticsearch
3721 (package 3718 (package
3722 (name "python-elasticsearch") 3719 (name "python-elasticsearch")