mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
a7c606c5ab
commit
0aeeba456f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue