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
This commit is contained in:
Maxim Cournoyer 2024-12-17 22:39:38 +09:00
parent d5e05b6548
commit d940343abb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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