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

commit 2a727fecc05095de1abf63cd05e26dc735cf59f9
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Fri Apr 4 21:16:36 2025 +0200

    gnu: autokey: Add missing native-inputs.
    
    * gnu/packages/python-xyz.scm (autokey)[native-inputs]: Add
    python-wheel.
    
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/python-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d220103f49..3db8ac0c24 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7938,7 +7938,11 @@ structure for Python.")
               (setenv "LANG" "")
               ;; required for tests/test_configmanager.py
               (setenv "HOME" "/tmp"))))))
-    (native-inputs (list python-pytest python-pytest-cov python-pyhamcrest))
+    (native-inputs
+     (list python-pytest
+           python-pytest-cov
+           python-pyhamcrest
+           python-wheel))
     (inputs
      (list bash-minimal ; for wrap-program
            gtksourceview-3

Reply via email to