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>
This commit is contained in:
Nicolas Graves 2025-07-22 09:42:11 +02:00 committed by Sharlatan Hellseher
parent 214b619bf0
commit 9234b1fa02
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")