gnu: python-spacy: Fix build.

* gnu/packages/machine-learning.scm (python-spacy): Fix build.
[native-inputs]: Add python-wheel

Change-Id: I6550f6dc0cb1fb88fc733f6471f1831c4ba95977
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Alice BRENON 2025-01-04 23:01:50 +01:00 committed by Ludovic Courtès
parent e6cd11aeb8
commit 7a04ed4354
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1282,7 +1282,7 @@ natural language processing framework.")
python-typing-extensions
python-wasabi))
(native-inputs
(list python-cython python-pytest python-mock))
(list python-cython python-pytest python-mock python-wheel))
(home-page "https://spacy.io")
(synopsis "Natural Language Processing (NLP) in Python")
(description