mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d5e05b6548
commit
d940343abb
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue