diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-22 01:56:35 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:32:11 +0100 |
| commit | 88119444c39463ba97626dcf7488a5fecc7af4be (patch) | |
| tree | 13cd1e9bb9eb30f8cf26b1a71dbc35bff6eb8729 | |
| parent | e35f4e88d77a9cb437bdf11233b66eeb61419a98 (diff) | |
gnu: python-types-freezegun: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-types-freezegun):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Ic2c028b2f3990fa7546e38fe37805a5cdf90add4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f9c8a3c321..6f2a682b64 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37847,7 +37847,8 @@ package.") (uri (pypi-uri "types-freezegun" version)) (sha256 (base32 "08g926s8343zwq140zcfwly3qfgmahm7lp0vgb3ics549b2hifzl")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/python/typeshed") (synopsis "Typing stubs for @code{freezegun}") (description "This package contains typing stubs for for @code{freezegun}, a |
