From cd225109eb5d0aac049cc5f660b1d74f63d13eeb Mon Sep 17 00:00:00 2001 From: Ulrich Ölmann Date: Tue, 26 Nov 2019 09:26:56 +0100 Subject: python3-yarl: add missing dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Ölmann Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-yarl.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-yarl.inc b/meta-python/recipes-devtools/python/python-yarl.inc index 49b5a607b5..ea555418a2 100644 --- a/meta-python/recipes-devtools/python/python-yarl.inc +++ b/meta-python/recipes-devtools/python/python-yarl.inc @@ -8,3 +8,7 @@ SRC_URI[sha256sum] = "024ecdc12bc02b321bc66b41327f930d1c2c543fa9a561b39861da9388 PYPI_PACKAGE = "yarl" inherit pypi +RDEPENDS_${PN} = "\ + ${PYTHON_PN}-multidict \ + ${PYTHON_PN}-idna \ +" -- cgit v1.2.3-54-g00ecf