diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-colorzero_2.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb b/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb index 1a331d13fd..fc1615e670 100644 --- a/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb | |||
@@ -7,7 +7,10 @@ HOMEPAGE = " https://github.com/waveform80/colorzero " | |||
7 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ae6c62710c0646f3c60d1ad812ea9bf9" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ae6c62710c0646f3c60d1ad812ea9bf9" |
9 | 9 | ||
10 | RDEPENDS:${PN} = "python3-image" | 10 | RDEPENDS:${PN} += " \ |
11 | python3-image \ | ||
12 | python3-numbers \ | ||
13 | " | ||
11 | 14 | ||
12 | SRC_URI[sha256sum] = "e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58" | 15 | SRC_URI[sha256sum] = "e7d5a5c26cd0dc37b164ebefc609f388de24f8593b659191e12d85f8f9d5eb58" |
13 | 16 | ||