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