diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-04 21:16:36 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:26 +0200 |
commit | ec22768c118bde3e8767798699dd8130f5a552d2 (patch) | |
tree | 238d2000d15d36dfd5131cc9236a8f7f8e6b1497 /gnu/packages/python-xyz.scm | |
parent | 89a891a7e14193c0bb8e879c25a7be991383c66f (diff) |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1f4d9f3715..9c98f9293d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |