guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e283facef9edf834bf95fbef7e5ff9d1968380fc
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Oct 23 11:48:13 2025 +0100
gnu: labelme: Fix build.
* gnu/packages/image-processing.scm (labelme)[propagated-inputs]: Add
python-pyqt.
[native-inputs]: Remove python-wheel; add python-setuptools.
Change-Id: I393631cd00a262c7f06bd103008c93e1937ba9f0
---
gnu/packages/image-processing.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index e6f1b8315f..8899272d33 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))