summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-23 11:48:13 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-23 13:29:25 +0100
commite283facef9edf834bf95fbef7e5ff9d1968380fc (patch)
tree2082b7cb7153b346d11c25d1d7c89dfcaf0de368 /gnu/packages
parent92a42de58574aa34dcb629e119830a861a147e69 (diff)
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
Diffstat (limited to 'gnu/packages')
-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.")
2061 (native-inputs 2061 (native-inputs
2062 (list python-pytest 2062 (list python-pytest
2063 python-pytest-qt 2063 python-pytest-qt
2064 xorg-server-for-tests 2064 python-setuptools
2065 python-wheel)) 2065 xorg-server-for-tests))
2066 (propagated-inputs 2066 (propagated-inputs
2067 (list python-imgviz 2067 (list python-imgviz
2068 python-matplotlib 2068 python-matplotlib
2069 python-natsort 2069 python-natsort
2070 python-numpy 2070 python-numpy
2071 python-pillow 2071 python-pillow
2072 python-pyqt
2072 python-pyyaml 2073 python-pyyaml
2073 python-qtpy 2074 python-qtpy
2074 python-termcolor)) 2075 python-termcolor))