apteryx pushed a commit to branch master in repository guix. commit d940343abb9e715acc565da6389788cb27fdb2ac Author: Maxim Cournoyer <maxim.courno...@gmail.com> AuthorDate: Tue Dec 17 22:39:38 2024 +0900
gnu: python-pytest-cython: Add python-wheel to native inputs. * gnu/packages/python-check.scm (python-pytest-cython) [native-inputs]: Add python-wheel. Change-Id: I7557ccc6ef8fbb30cd3c7e89049a0089a8df94d6 --- gnu/packages/python-check.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index ebfbbf26d4..f0d60feab8 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1971,7 +1971,7 @@ plain (undecoratored) native coroutine tests.") (lambda _ (with-directory-excursion "tests/example-project" (invoke "python" "setup.py" "build_ext" "--inplace"))))))) - (native-inputs (list python-cython-3 python-setuptools)) + (native-inputs (list python-cython-3 python-setuptools python-wheel)) (propagated-inputs (list python-pytest)) (home-page "https://github.com/lgpage/pytest-cython") (synopsis "Cython extension modules testing plugin")