gnu: python-test-utils: Switch to pyproject.

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

Change-Id: Ifc02d90691e1d72cff5ba9034ee99718ebff2051
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-07-31 22:20:15 +02:00 committed by Sharlatan Hellseher
parent d7d35b6b75
commit 99f7b8fcf9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3867,7 +3867,9 @@ data in a standard way.")
(uri (pypi-uri "test-utils" version)) (uri (pypi-uri "test-utils" version))
(sha256 (sha256
(base32 "0cs0gyihnkj8ya4yg3ld3ly73mpxrkn2gq9acamclhqvhxsv7zd6")))) (base32 "0cs0gyihnkj8ya4yg3ld3ly73mpxrkn2gq9acamclhqvhxsv7zd6"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs
(list python-setuptools python-wheel))
(home-page "https://github.com/Kami/python-test-utils/") (home-page "https://github.com/Kami/python-test-utils/")
(synopsis "Utilities for functional and integration tests") (synopsis "Utilities for functional and integration tests")
(description (description