From 8f8852b520f349150fa08f0f5969eab47c9b65d6 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 6 Nov 2024 20:46:53 +0000 Subject: [PATCH] gnu: python-pycollada: Adjust inputs. * gnu/packages/python-xyz.scm (python-pycollada) [native-inputs]: Add python-wheel. Change-Id: I0d5db4731783fb5736e11e05d135fe77f5e2486f --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 75f0c3ef154cb3ad3fe0d603a540538fc451059a..0e09381eea461b38b1a4e2b7b13bc47b7e01e1ac 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10176,7 +10176,8 @@ Python code against some of the style conventions in (build-system pyproject-build-system) (native-inputs (list python-pytest - python-setuptools)) + python-setuptools + python-wheel)) (propagated-inputs (list python-numpy python-dateutil))