diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-31 15:26:26 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-07 18:33:33 +0100 |
| commit | b567c3ffc46933b3bdece0020fda61a94b1deffb (patch) | |
| tree | 3cb5d4961ab2c99afbb05cb5acbd206198f855f1 /gnu/packages/python-xyz.scm | |
| parent | 13a4171728893bfab3413c23e185bdda8bac276a (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 639682b892..b5e18a9129 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
