summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-19 15:35:26 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-24 11:45:33 +0100
commitaadecfbafd3e24415ec0b2ea22987486fa8b1b0f (patch)
treeaa13b024f224806184f1878712dc746a7059dea9 /gnu/packages
parent1b8ee2025662e4c71b57b3c0af1c00f41ce900f3 (diff)
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-check.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 03d07325bd8..f3b9dc2570d 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -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