mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-llvmlite: Fix tests.
* gnu/packages/llvm.scm (python-llvmlite)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Idd1b4757432a3194f7e01ad5106330d2a4f7b895
This commit is contained in:
parent
8aab376b8c
commit
4825024e52
1 changed files with 1 additions and 1 deletions
|
@ -1613,7 +1613,7 @@ existing compilers together.")
|
|||
(setenv "CPPFLAGS" "-fPIC")
|
||||
(setenv "LDFLAGS" (string-append "-Wl,-rpath="
|
||||
llvm "/lib"))))))))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(native-inputs (list python-pytest python-setuptools))
|
||||
(inputs
|
||||
(list
|
||||
(let* ((patches-commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue