diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 10:44:53 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:42 +0100 |
| commit | 36799250a273ea11a5f8e259fc751f89a6340ece (patch) | |
| tree | dced64c0c5d9f2c1a0f55efd46fdd40918357d06 | |
| parent | 2cda0f7a89543a4a7f06f0ee06a6e6f669d3b135 (diff) | |
gnu: python-css-html-js-minify: Fix tests.
* gnu/packages/python-web.scm (python-css-html-js-minify)[native-inputs]:
Remove python-wheel and unzip; add python-pytest.
Change-Id: I57b06e9f66c95a50c4bbff97b7f208b4ae8774c6
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 578d243a47..08229ff667 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1934,7 +1934,7 @@ routes using HTTP Digest Authentication.") (lambda _ (substitute* "setup.cfg" (("^tests_require.*") ""))))))) - (native-inputs (list python-setuptools python-wheel unzip)) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://github.com/juancarlospaco/css-html-js-minify") (synopsis "CSS/HTML/JS minifier") (description |
