mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
729b200b04
commit
2a7714ed8e
1 changed files with 1 additions and 1 deletions
|
@ -1934,7 +1934,7 @@ routes using HTTP Digest Authentication.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "setup.cfg"
|
(substitute* "setup.cfg"
|
||||||
(("^tests_require.*") "")))))))
|
(("^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")
|
(home-page "https://github.com/juancarlospaco/css-html-js-minify")
|
||||||
(synopsis "CSS/HTML/JS minifier")
|
(synopsis "CSS/HTML/JS minifier")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue