From b29b2451667c479325122e0a8949dce08b5729f7 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 31 Jul 2025 19:07:57 +0200 Subject: [PATCH] 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 --- gnu/packages/check.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 9660cff1c7b55537a105da47b94f16b70850abba..78cd125bd57fa64b987d361a588872a91b8ccfd2 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -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