~ruther/guix-local

8f8852b520f349150fa08f0f5969eab47c9b65d6 — Sharlatan Hellseher 1 year, 7 months ago 078e28d
gnu: python-pycollada: Adjust inputs.

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

Change-Id: I0d5db4731783fb5736e11e05d135fe77f5e2486f
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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))