From bf025bf8dcc4c2898bacd7b3af10cb3f46715193 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 17 Aug 2026 11:54:04 +0200 Subject: gnu: python-cucumber-expressions: Correct native-inputs. * gnu/packages/python-check.scm (python-cucumber-expressions) [arguments]{build-backend}: Drop them. [native-inputs]: Replace python-setuptools by python-uv-build. Relates-to: guix/guix!10610 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-check.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 278bfb3d48f..55f976c2282 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -799,7 +799,6 @@ counterexamples for you.") (build-system pyproject-build-system) (arguments (list - #:build-backend "setuptools.build_meta" ;requires uv_build #:phases #~(modify-phases %standard-phases ;; Project's repository contains go, java, javascript, perl, python @@ -813,7 +812,7 @@ counterexamples for you.") (substitute* "pyproject.toml" (("^license = .*") ""))))))) (native-inputs - (list python-pytest python-pyyaml python-setuptools)) + (list python-pytest python-pyyaml python-uv-build)) (home-page "https://github.com/cucumber/cucumber-expressions") (synopsis "A simpler alternative to Regular Expressions") (description -- cgit v1.2.3