summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
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