~ruther/guix-local

3b4e7f12a199de426cdc99160b3e758c733febef — Sharlatan Hellseher 6 months ago 28d0ff9
gnu: python-xmldiff: Fix tests.

* gnu/packages/python-xyz.scm (python-xmldiff)[native-inputs]: Remove
python-wheel; add python-pytest.

Change-Id: I0381217cded746d82848bdfe5f34b216d55057c7
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 1682,7 1682,7 @@ The @file{.whl} file extension is matched case-insensitively.
       (sha256
        (base32 "18k8kiml9wpl4wf9lmi0j6ys21lbdv8fa8r9qrzdsrh3h0ghp4f0"))))
    (build-system pyproject-build-system)
    (native-inputs (list python-setuptools python-wheel))
    (native-inputs (list python-pytest python-setuptools))
    (propagated-inputs (list python-lxml))
    (home-page "https://github.com/Shoobx/xmldiff")
    (synopsis "Creates diffs of XML files")