mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
9f8a0a0588
commit
2980505c41
|
|
@ -8,4 +8,9 @@ SRC_URI[sha256sum] = "9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b3
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} = "python3-six python3-pillow"
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-six \
|
||||
python3-pillow \
|
||||
python3-pypng \
|
||||
python3-typing-extensions \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user