diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-23 14:28:26 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-23 16:24:26 +0100 |
commit | 0aeeba456fcee28bcac0ede66c52f5cec3c9156e (patch) | |
tree | 344af8dead766055707c99ecc3f0fda9b3bd78c1 | |
parent | a7c606c5ab985ded750d7ac1ac0a55dc46170657 (diff) |
gnu: python-cram: Switch to pyproject.
* gnu/packages/python-check.scm (python-cram):
[build-system]: Switch to pyproject-build-system.
Change-Id: Ifff01959a7ebad3bc2ce8f785c879c8910ad33e9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/python-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 73dfff7ce1..fe59b968d1 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -461,7 +461,7 @@ nosetests, etc...) in Python projects.") (pypi-uri "cram" version))) (sha256 (base32 "0bvz6fwdi55rkrz3f50zsy35gvvwhlppki2yml5bj5ffy9d499vx")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments (list #:phases |