gnu: python-case: Switch to pyproject.

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

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

View file

@ -5359,11 +5359,11 @@ for additional processing.")
(sha256
(base32
"1cagg06vfph864s6l5jb0zqliwxh647bki8j6lf4a4qrv40jnhs8"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(propagated-inputs
(list python-mock python-nose python-six))
(native-inputs
(list python-coverage))
(list python-setuptools python-wheel))
(home-page "https://github.com/celery/case")
(synopsis "Unittest utilities and convenience methods")
(description