summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/image-processing.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index e6f1b8315fb..8899272d333 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -2061,14 +2061,15 @@ processing pipelines.")
(native-inputs
(list python-pytest
python-pytest-qt
- xorg-server-for-tests
- python-wheel))
+ python-setuptools
+ xorg-server-for-tests))
(propagated-inputs
(list python-imgviz
python-matplotlib
python-natsort
python-numpy
python-pillow
+ python-pyqt
python-pyyaml
python-qtpy
python-termcolor))