mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
committed by
Khem Raj
parent
33b910b51c
commit
12e6ef8564
@@ -8,3 +8,8 @@ SRC_URI[sha256sum] = "a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d9
|
|||||||
|
|
||||||
PYPI_PACKAGE = "idna-ssl"
|
PYPI_PACKAGE = "idna-ssl"
|
||||||
inherit pypi
|
inherit pypi
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += " \
|
||||||
|
python3-idna \
|
||||||
|
python3-io \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user