gnu: diffoscope: Switch to pyproject-build-system.

* gnu/packages/diffoscope.scm (diffoscope): Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
This commit is contained in:
Vagrant Cascadian 2025-06-20 18:02:48 -07:00 committed by Vagrant Cascadian
parent 0a5d93cdfe
commit a5b88a7a4d
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -88,7 +88,7 @@
(file-name (git-file-name name version))
(sha256
(base32 "0v9clys2w3kmqc3z1q4vsri66z31k9pcyizrsx82cydfwv98iscj"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
(list
#:phases
@ -164,6 +164,8 @@
(native-inputs
(append
(list help2man
python-setuptools
python-wheel
;; Below are packages used for tests.
binwalk