~ruther/guix-local

b29b2451667c479325122e0a8949dce08b5729f7 — Nicolas Graves a year ago 5571bd2
gnu: python-pytest-sugar: Switch to pyproject.

* gnu/packages/check.scm (python-pytest-sugar):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: Ia5b6f5ce5f8a122cc8d73c5c6e32401488ee700a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +3 -1
@@ 2782,9 2782,11 @@ across test runs.")
       (uri (pypi-uri "pytest-sugar" version))
       (sha256
        (base32 "1i0hv3h49zvl62jbiyjag84carbrp3zprqzxffdr291nxavvac0n"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (propagated-inputs
     (list python-packaging python-pytest python-termcolor))
    (native-inputs
     (list python-setuptools python-wheel))
    (home-page "https://pivotfinland.com/pytest-sugar/")
    (synopsis "Plugin for pytest that changes the default look and feel")
    (description