gnu: autokey: Add missing native-inputs.

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

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-04-04 21:16:36 +02:00 committed by Andreas Enge
parent 89a891a7e1
commit ec22768c11
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -7949,7 +7949,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