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>
1 files changed, 2 insertions(+), 1 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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")