gnu: python-pycollada: Adjust inputs.

* gnu/packages/python-xyz.scm (python-pycollada) [native-inputs]: Add
python-wheel.

Change-Id: I0d5db4731783fb5736e11e05d135fe77f5e2486f
This commit is contained in:
Sharlatan Hellseher 2024-11-06 20:46:53 +00:00
parent 078e28d152
commit 8f8852b520
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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