mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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
This commit is contained in:
parent
92a42de585
commit
e283facef9
1 changed files with 3 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue