diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-06 20:46:53 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:19:04 +0000 |
commit | 8f8852b520f349150fa08f0f5969eab47c9b65d6 (patch) | |
tree | c3ab98735fe4957b2b09d92e17da326c6be1adfe /gnu | |
parent | 078e28d15242101dd8fe6c0609674f6bbb303df2 (diff) | |
download | guix-8f8852b520f349150fa08f0f5969eab47c9b65d6.tar guix-8f8852b520f349150fa08f0f5969eab47c9b65d6.tar.gz |
gnu: python-pycollada: Adjust inputs.
* gnu/packages/python-xyz.scm (python-pycollada) [native-inputs]: Add
python-wheel.
Change-Id: I0d5db4731783fb5736e11e05d135fe77f5e2486f
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 75f0c3ef15..0e09381eea 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)) |