~ruther/guix-local

f3db5b160d0db47d15b39427e10ad18f96e75ba9 — Nicolas Graves 1 year, 14 days ago 7e793a4
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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