sharlatan pushed a commit to branch python-team
in repository guix.
commit 93f9fefa50cc4fd26d9e9e0652c767388e4dc74c
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri May 10 00:54:21 2024 +0200
gnu: python-certauth: Move to pyproject-build-system.
* gnu/packages/python-crypto.scm (python-certauth):
[build-system]: Move to pyproject-build-system.
Change-Id: If455ef00ff35164c2db401267162025b2ff9c6c2
Signed-off-by: Nicolas Goaziou <[email protected]>
---
gnu/packages/python-crypto.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 9a0949a1cc..ca40a311f4 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -446,7 +446,7 @@ blake3, a cryptographic hash function.")
(sha256
(base32
"1yxqfb5131wahjyw9pxz03bq476rcfx62s6k53xx4cqbzzgdaqkq"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
(list #:phases
#~(modify-phases %standard-phases