~ruther/guix-local

065a4861d531297f7df222589bd2b5548a53f1c1 — Nicolas Graves a year ago ea4e755
gnu: python-shxparser: Fix tests.

* gnu/packages/python-xyz.scm (python-shxparser)
[arguments]<#:test-backend>: Set it.
[native-inputs]: Remove python-wheel.

Change-Id: Ia808170ee2b5e5515183b65c61164b78e530dcf7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -3
@@ 1418,10 1418,9 @@ Python packages.")
       (sha256
        (base32 "0w7j5ywskandp91v74966pw1pvq9d5zrx5gkjcn84xi8wsyf8hc5"))))
    (build-system pyproject-build-system)
    (arguments (list #:test-backend #~'unittest))
    (native-inputs
     (list python-svgelements
           python-setuptools
           python-wheel))
     (list python-svgelements python-setuptools))
    (home-page "https://github.com/tatarize/shxparser")
    (synopsis "SHX line font parser")
    (description