guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f33c0b12d15731d351db909463f9871c95c7f664
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 31 14:16:46 2025 +0100
gnu: python-strict-rfc3339: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-strict-rfc3339):
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools.
Change-Id: I5d96db0720775f872d61b55d77e3fbc6fa230608
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6ec10f9c75..35bdff6be8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -37091,7 +37091,7 @@ statements in OFX files.")
(sha256
(base32
"0b12bh9v9gwkm89kxbidxw2z81lg8fx1v5fzgs313v1wgx6qb09p"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
(list
#:phases
@@ -37109,7 +37109,7 @@ statements in OFX files.")
;; too small for these tests.
'("not LocalOffset and not
TestTimestampToRFC3339UTCOffset")
'("not LocalOffset")))))))))
- (native-inputs (list python-pytest))
+ (native-inputs (list python-pytest python-setuptools))
(home-page "https://github.com/danielrichman/strict-rfc3339")
(synopsis "RFC3339 procedures library")
(description "The @code{strict_rfc3339} Python module provides strict,