sharlatan pushed a commit to branch python-team
in repository guix.

commit 1ba22b0dc426962200d587680479fe60f188d9aa
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Nov 6 20:46:53 2024 +0000

    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 0987979b13..4b93434de5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10149,7 +10149,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))

Reply via email to