~ruther/guix-local

aadecfbafd3e24415ec0b2ea22987486fa8b1b0f — Nicolas Graves 7 months ago 1b8ee20
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>
1 files changed, 2 insertions(+), 3 deletions(-)

M gnu/packages/python-check.scm
M gnu/packages/python-check.scm => gnu/packages/python-check.scm +2 -3
@@ 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