mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: python-partd: Enable tests.
Newer version of the project is migrated to pyproject.toml, this change may help to prepare for the future upgrade. * gnu/packages/python-xyz.scm (python-partd) [build-system]: Swap to pyproject-build-system, allowing to detect tests and run them. Change-Id: Ia4375b83cea6dcbf7781b3dc40f544261075d2ca
This commit is contained in:
parent
950b10540c
commit
bb1e74a96f
1 changed files with 1 additions and 1 deletions
|
@ -27560,7 +27560,7 @@ (define-public python-partd
|
|||
(sha256
|
||||
(base32
|
||||
"1sy3vdfyyx3bc5590zb7gwpsmimqz8m992x9hsydq8nmhixqjrxa"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-blosc
|
||||
python-locket
|
||||
|
|
Loading…
Reference in a new issue