summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-07 09:52:06 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:19:05 +0000
commit973f8031224fde2ebbde1296b28c4fe4c8ba94ed (patch)
tree05200d98bf3e0cc891b42aa05732039c2f9c36eb /gnu/packages/check.scm
parent7cd548517f02605f0b1ac8c586fa363ea1303041 (diff)
gnu: python-nose-exclude: Adjust iputs.
* gnu/packages/check.scm (python-nose-exclude) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I325c473275fd20f0bc36c5c5f46f65f662d7ef96
Diffstat (limited to 'gnu/packages/check.scm')
-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")