mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
python3-qrcode: 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:
committed by
Khem Raj
parent
9f8a0a0588
commit
2980505c41
@@ -8,4 +8,9 @@ SRC_URI[sha256sum] = "9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b3
|
|||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
RDEPENDS:${PN} = "python3-six python3-pillow"
|
RDEPENDS:${PN} = " \
|
||||||
|
python3-six \
|
||||||
|
python3-pillow \
|
||||||
|
python3-pypng \
|
||||||
|
python3-typing-extensions \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user