guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0e384e36b02d9f999196b50e0dc8592967ae5346
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Fri Jun 20 18:05:43 2025 -0700

    gnu: trydiffoscope: Switch to pyproject-build-system.
    
    * gnu/packages/diffoscope.scm (trydiffoscope): Switch to
    pyproject-build-system. [native-inputs]: Add python-setuptools and
    python-wheel.
---
 gnu/packages/diffoscope.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 7b33b56fb5..a5d51d457c 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -368,8 +368,8 @@ them in detail for later analysis.")
     (propagated-inputs
      (list python-requests))
     (native-inputs
-     (list gzip python-docutils))
-    (build-system python-build-system)
+     (list gzip python-docutils python-setuptools python-wheel))
+    (build-system pyproject-build-system)
     (home-page "https://try.diffoscope.org";)
     (synopsis "Client for remote diffoscope service")
     (description "This is a client for the @url{https://try.diffoscope.org,

Reply via email to