python-idna-ssl: 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-06-23 16:38:47 +02:00 committed by Khem Raj
parent 33b910b51c
commit 12e6ef8564

View File

@ -8,3 +8,8 @@ SRC_URI[sha256sum] = "a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d9
PYPI_PACKAGE = "idna-ssl"
inherit pypi
RDEPENDS:${PN} += " \
python3-idna \
python3-io \
"