~ruther/guix-local

973f8031224fde2ebbde1296b28c4fe4c8ba94ed — Sharlatan Hellseher 1 year, 7 months ago 7cd5485
gnu: python-nose-exclude: Adjust iputs.

* gnu/packages/check.scm (python-nose-exclude) [native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I325c473275fd20f0bc36c5c5f46f65f662d7ef96
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +3 -0
@@ 3491,6 3491,9 @@ JSON APIs with Behave.")
                            "test_dirs/test_not_me/test.py")
                (("def test_i_should_never_run")
                 "def off_i_should_never_run")))))))
    (native-inputs
     (list python-setuptools
           python-wheel))
    (propagated-inputs
     (list python-nose))
    (home-page "https://github.com/kgrandis/nose-exclude")