diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-17 11:54:35 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-21 13:16:23 +0100 |
| commit | a07b76368307b9ca8d0e80d51df9396f5ea4fe60 (patch) | |
| tree | 25c261fc38bcb138c4c292ac5bf13b05c01ddc3f /gnu/packages/python-check.scm | |
| parent | bf025bf8dcc4c2898bacd7b3af10cb3f46715193 (diff) | |
gnu: python-cucumber-tag-expressions: Correct native-inputs.
* gnu/packages/python-check.scm (python-cucumber-tag-expressions)
[arguments]{build-backend}: Drop them.
[native-inputs]: Replace python-setuptools by python-uv-build.
Merges: 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.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 55f976c2282..5c5f60ab341 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -836,7 +836,6 @@ intuitive syntax.") | |||
| 836 | (build-system pyproject-build-system) | 836 | (build-system pyproject-build-system) |
| 837 | (arguments | 837 | (arguments |
| 838 | (list | 838 | (list |
| 839 | #:build-backend "setuptools.build_meta" ;requires uv_build | ||
| 840 | #:phases | 839 | #:phases |
| 841 | #~(modify-phases %standard-phases | 840 | #~(modify-phases %standard-phases |
| 842 | ;; Project's repository contains go, java, javascript, perl, python | 841 | ;; Project's repository contains go, java, javascript, perl, python |
| @@ -849,8 +848,7 @@ intuitive syntax.") | |||
| 849 | python-pytest | 848 | python-pytest |
| 850 | python-pytest-metadata | 849 | python-pytest-metadata |
| 851 | python-pyyaml | 850 | python-pyyaml |
| 852 | python-setuptools | 851 | python-uv-build)) |
| 853 | python-setuptools-scm)) | ||
| 854 | (home-page "https://github.com/cucumber/tag-expressions") | 852 | (home-page "https://github.com/cucumber/tag-expressions") |
| 855 | (synopsis "Tag-expression parser for cucumber/behave") | 853 | (synopsis "Tag-expression parser for cucumber/behave") |
| 856 | (description | 854 | (description |
