1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 20:50:34 +02:00

gnu: python-nose-exclude: Adjust iputs.

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

Change-Id: I325c473275fd20f0bc36c5c5f46f65f662d7ef96
This commit is contained in:
Sharlatan Hellseher
2024-11-07 09:52:06 +00:00
parent 7cd548517f
commit 973f803122

View File

@@ -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")