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:
Bartosz Golaszewski 2023-05-31 10:23:09 +02:00 committed by Khem Raj
parent 9f8a0a0588
commit 2980505c41

View File

@ -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 \
"