diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-31 14:16:46 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:48 +0100 |
| commit | c7114c8a9ccc30be48e12d89018b8589756dbf07 (patch) | |
| tree | 3543e3efa8a70c0b41e092505f35829f6794c931 | |
| parent | 6a5dd284a63edfa1f19392d0d29b934d560556b2 (diff) | |
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
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 49e22fa464..d98becd60d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37050,7 +37050,7 @@ statements in OFX files.") (sha256 (base32 "0b12bh9v9gwkm89kxbidxw2z81lg8fx1v5fzgs313v1wgx6qb09p")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments (list #:phases @@ -37068,7 +37068,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, |
