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:
Sharlatan Hellseher 2025-07-28 17:55:51 +01:00
parent 8aab376b8c
commit 4825024e52
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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