aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/check.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 95afb11e22..f1d0152a78 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -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")