diff options
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 3 |
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 |
