From 9a349ac01cec33fc1e49ba7f80ae18ef5cfdf922 Mon Sep 17 00:00:00 2001 Message-ID: <9a349ac01cec33fc1e49ba7f80ae18ef5cfdf922.1736155491.git.alice.brenon@ens-lyon.fr> From: Alice BRENON Date: Sat, 4 Jan 2025 23:01:50 +0100 Subject: [PATCH] gnu: python-spacy: Fix build. * gnu/packages/machine-learning.scm (python-spacy): Fix build. [native-inputs]: Add python-wheel Change-Id: I6550f6dc0cb1fb88fc733f6471f1831c4ba95977 --- gnu/packages/machine-learning.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index c7d336b8b3..1617ef917e 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -1282,7 +1282,7 @@ (define-public python-spacy 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 base-commit: 7a7c01b393ecb20dff142b9ea9bf8317e994bef2 -- 2.47.1