diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-10 09:36:51 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-29 15:08:07 +0000 |
commit | bb1e74a96fe6ae68e4cec8cc5aec3a4e7ea70133 (patch) | |
tree | 406a77a022b72528fdbd4ba6c7e49679b59e2a8f | |
parent | 950b10540c2ea64cb4df89cf66ee7efb3cf6e70f (diff) | |
download | guix-bb1e74a96fe6ae68e4cec8cc5aec3a4e7ea70133.tar.gz guix-bb1e74a96fe6ae68e4cec8cc5aec3a4e7ea70133.zip |
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
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c911d894b1..dbb6a8b89e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27560,7 +27560,7 @@ they use the same path.") (sha256 (base32 "1sy3vdfyyx3bc5590zb7gwpsmimqz8m992x9hsydq8nmhixqjrxa")))) - (build-system python-build-system) + (build-system pyproject-build-system) (propagated-inputs (list python-blosc python-locket |