guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 0fa3a182959ba8f8612468bb5f991a1559356d6d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Aug 10 11:23:08 2025 +0100

    gnu: python-ipython-genutils: Switch to pyproject-build-system.
    
    * gnu/packages/python-xyz.scm (python-ipython-genutils)
      [build-system]: Use pyproject.
      [native-inputs]: Add python-setuptools.
    
    Change-Id: I6f7d4a022d7a745ed3a128200a7ed55087708dd8
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4b50e01348..654f2194a7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14346,8 +14346,10 @@ standard library.")
       (uri (pypi-uri "ipython_genutils" version))
       (sha256
        (base32 "19l2pp1c64ansr89l3cqh19jdi2ixhssdzx0vz4n6r52a6i281is"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (arguments `(#:tests? #f)) ; no tests
+    (native-inputs
+     (list python-setuptools))
     (home-page "https://ipython.org";)
     (synopsis "Vestigial utilities from IPython")
     (description

Reply via email to