mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-colorzero: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
23a86793f3
commit
41c3a34e37
|
|
@ -7,7 +7,10 @@ HOMEPAGE = " https://github.com/waveform80/colorzero "
|
|||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ae6c62710c0646f3c60d1ad812ea9bf9"
|
||||
|
||||
RDEPENDS:${PN} = "python3-image"
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-image \
|
||||
python3-numbers \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user