mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
078e28d152
commit
8f8852b520
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue