~ruther/guix-local

36799250a273ea11a5f8e259fc751f89a6340ece — Sharlatan Hellseher 5 months ago 2cda0f7
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +1 -1
@@ 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