mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-xmldiff: Fix tests.
* gnu/packages/python-xyz.scm (python-xmldiff)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I0381217cded746d82848bdfe5f34b216d55057c7
This commit is contained in:
parent
28d0ff97ba
commit
3b4e7f12a1
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue