python3-yarl: add missing dependencies

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ulrich Ölmann
2019-11-26 09:26:56 +01:00
committed by Khem Raj
parent e901ab2c19
commit cd225109eb

View File

@@ -8,3 +8,7 @@ SRC_URI[sha256sum] = "024ecdc12bc02b321bc66b41327f930d1c2c543fa9a561b39861da9388
PYPI_PACKAGE = "yarl"
inherit pypi
RDEPENDS_${PN} = "\
${PYTHON_PN}-multidict \
${PYTHON_PN}-idna \
"