guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a5b88a7a4de048defde08a44a7e14d693d0062fe
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Fri Jun 20 18:02:48 2025 -0700
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.
---
gnu/packages/diffoscope.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 8fc307087b..7b33b56fb5 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -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