summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-21 13:35:09 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:46 +0100
commit3b4e7f12a199de426cdc99160b3e758c733febef (patch)
tree4d9b497996dcd3d564542cf16aa9fde1783f612b /gnu/packages/python-xyz.scm
parent28d0ff97bad50e3383665f3569a8b249f404a3fc (diff)
gnu: python-xmldiff: Fix tests.
* gnu/packages/python-xyz.scm (python-xmldiff)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I0381217cded746d82848bdfe5f34b216d55057c7
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5105622297..69b88dd8b9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")