diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-17 01:18:45 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-20 11:35:59 +0100 |
| commit | f3db5b160d0db47d15b39427e10ad18f96e75ba9 (patch) | |
| tree | ee6bb327d791fdbd451110c686f775ae124db486 | |
| parent | 7e793a4536ecd50e5c64a4ea34c5194e05ed6bae (diff) | |
gnu: python-timeout-decorator: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-timeout-decorator)
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I127bede0db33284ff69fa569f1a0d7289a5884ac
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 4ccd256337..9495d05975 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16851,7 +16851,8 @@ blocks or callables with two context managers and two decorators.") (sha256 (base32 "1mxk2qyydhzncm93z08kvj5ssxq3fr2n7pkrrji28nqwvdc2ybva")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/pnpnpn/timeout-decorator") (synopsis "Timeout decorator") (description "This package provides a decorator that raises an error |
