summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-07-22 09:42:11 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-25 11:32:14 +0100
commit9234b1fa02fadf5b937cfc5dc4cce4aa7a9f57df (patch)
tree20327baab825bbaebd583768d632a0947a7fb1c7 /gnu/packages/python-xyz.scm
parent214b619bf091e580e0dec2bf920ca0709de87717 (diff)
gnu: python-xmldiff: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-xmldiff): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I956fbb44c53dc889992ff3db6cf9691f28021c20 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d99fec8332..d4dafe13a7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1134,7 +1134,8 @@ for translation.")
(uri (pypi-uri "xmldiff" version))
(sha256
(base32 "18k8kiml9wpl4wf9lmi0j6ys21lbdv8fa8r9qrzdsrh3h0ghp4f0"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-wheel))
(propagated-inputs (list python-lxml))
(home-page "https://github.com/Shoobx/xmldiff")
(synopsis "Creates diffs of XML files")