gnu: python-blis: Adjust inputs.

* gnu/packages/maths.scm (python-blis) [native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I0f8681915b783a2896e4467645b6f328aa019996
This commit is contained in:
Sharlatan Hellseher 2024-12-02 21:20:39 +00:00
parent 4349a55ef7
commit c8657724eb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3836,8 +3836,13 @@ summation in K-fold precision.")
(lambda _
(invoke "python" "setup.py" "build_ext" "--inplace"
"-j" (number->string (parallel-job-count))))))))
(propagated-inputs (list python-numpy))
(native-inputs (list python-cython python-pytest))
(propagated-inputs
(list python-numpy))
(native-inputs
(list python-cython
python-pytest
python-setuptools
python-wheel))
(home-page "https://github.com/explosion/cython-blis")
(synopsis "Blis as a self-contained C-extension for Python")
(description