summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4ec70947082..08f2d9873b8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7911,9 +7911,10 @@ specs from your Flask-Restful projects.")
(sha256
(base32
"0y51xhabw6x8jk8k93xl8vznshpz3jb6l28075r5sjip613fzhah"))))
+ (build-system pyproject-build-system)
(arguments
- `(#:tests? #f)) ; no tests
- (build-system python-build-system)
+ (list #:tests? #f)) ; no tests
+ (native-inputs (list python-setuptools))
(home-page "https://htmlmin.readthedocs.org/en/latest/")
(synopsis "HTML minifier")
(description "@code{htmlmin} is an HTML minifier that just works.