1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-cucumber-tag-expressions: Improve native-inputs.

* gnu/packages/python-check.scm (python-cucumber-tag-expressions)
[native-inputs]: Replace python-pathpy by python-path.  Remove
python-wheel.

Change-Id: I6bf242bd9f2abb8aeb1a1b17411e6ff9db4afcd7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-10-19 15:35:26 +02:00
committed by Sharlatan Hellseher
parent 1b8ee20256
commit aadecfbafd

View File

@@ -629,13 +629,12 @@ counterexamples for you.")
(lambda _
(chdir "python"))))))
(native-inputs
(list python-pathpy
(list python-path
python-pytest
python-pytest-html
python-pyyaml
python-setuptools
python-setuptools-scm
python-wheel))
python-setuptools-scm))
(home-page "https://github.com/cucumber/tag-expressions")
(synopsis "Tag-expression parser for cucumber/behave")
(description