gnu: python-distutils-extra: Switch to pyproject-build-system.

* gnu/packages/python-xyz.scm (python-distutils-extra)
  [build-system]: Switch to pyproject-build-system.
  [native-inputs]: Add python-setuptools, python-wheel.

Change-Id: I3d9152808e8f3b3e43d670eceb4a2ae4aba531a6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-06-17 00:45:22 +02:00 committed by Sharlatan Hellseher
parent 7ddb15de83
commit 8dfceb1de6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -11851,7 +11851,8 @@ used as the basis for third-party packaging tools.")
(sha256 (sha256
(base32 (base32
"0lx15kcbby9zisx33p2h5hgakgwh2bvh0ibag8z0px4j6ifhs41x")))) "0lx15kcbby9zisx33p2h5hgakgwh2bvh0ibag8z0px4j6ifhs41x"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(home-page "https://launchpad.net/python-distutils-extra/") (home-page "https://launchpad.net/python-distutils-extra/")
(synopsis "Enhancements to Python's distutils") (synopsis "Enhancements to Python's distutils")
(description (description