From 9ffa97b43890d421346d5d235499cd2e45632905 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 10 Aug 2025 11:23:08 +0100 Subject: [PATCH] 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 5329625471f5f5a9c0800383cbf651afb575b4bb..f836d3e9dee433f41cf0057944c41cabaff80f30 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14226,8 +14226,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