gnu: python-parameterized-next: Adjust inputs.

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

Change-Id: Ibe0b92cbd85dd169547a1f0f928782f02da9a262
This commit is contained in:
Sharlatan Hellseher 2024-11-05 13:34:13 +00:00
parent 101c56df66
commit 6d13c785fc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1402,7 +1402,10 @@ for every Python test framework. It supports nose, py.test, and unittest.")
(substitute* "parameterized/test.py"
(("import mock") "from unittest import mock"))
(invoke "python3" "-m" "unittest")))))))
(native-inputs (list python-jinja2))))
(native-inputs
(list python-jinja2
python-setuptools
python-wheel))))
(define-public python-minimock
(package