summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-17 11:54:04 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-21 13:16:23 +0100
commitbf025bf8dcc4c2898bacd7b3af10cb3f46715193 (patch)
tree484484ba59875ab7917eef40f2b77b8d900cc77e /gnu/packages/python-check.scm
parent234ca38e2d77329eccb56adefb3a701a998f1adf (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm3
1 files changed, 1 insertions, 2 deletions
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.")
799 (build-system pyproject-build-system) 799 (build-system pyproject-build-system)
800 (arguments 800 (arguments
801 (list 801 (list
802 #:build-backend "setuptools.build_meta" ;requires uv_build
803 #:phases 802 #:phases
804 #~(modify-phases %standard-phases 803 #~(modify-phases %standard-phases
805 ;; Project's repository contains go, java, javascript, perl, python 804 ;; Project's repository contains go, java, javascript, perl, python
@@ -813,7 +812,7 @@ counterexamples for you.")
813 (substitute* "pyproject.toml" 812 (substitute* "pyproject.toml"
814 (("^license = .*") ""))))))) 813 (("^license = .*") "")))))))
815 (native-inputs 814 (native-inputs
816 (list python-pytest python-pyyaml python-setuptools)) 815 (list python-pytest python-pyyaml python-uv-build))
817 (home-page "https://github.com/cucumber/cucumber-expressions") 816 (home-page "https://github.com/cucumber/cucumber-expressions")
818 (synopsis "A simpler alternative to Regular Expressions") 817 (synopsis "A simpler alternative to Regular Expressions")
819 (description 818 (description