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>
This commit is contained in:
Nicolas Graves 2025-06-17 01:18:45 +02:00 committed by Sharlatan Hellseher
parent 7e793a4536
commit f3db5b160d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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