From 9daf029094c15e23b060381f5a79166eb1978b86 Mon Sep 17 00:00:00 2001 From: Shruthi Ravichandran Date: Tue, 10 Nov 2020 11:06:05 -0600 Subject: [PATCH] python-pycares: Add build dependency on cffi-native Signed-off-by: Shruthi Ravichandran --- meta-python/recipes-devtools/python/python-pycares.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pycares.inc b/meta-python/recipes-devtools/python/python-pycares.inc index 63398ad5cab..2db8fc134c3 100644 --- a/meta-python/recipes-devtools/python/python-pycares.inc +++ b/meta-python/recipes-devtools/python/python-pycares.inc @@ -9,6 +9,9 @@ SRC_URI[sha256sum] = "663c000625725d3a63466a674df4ee7f62bf8ca1ae8a0b87a6411eb811 PYPI_PACKAGE = "pycares" inherit pypi + +DEPENDS += "${PYTHON_PN}-cffi-native" + RDEPENDS_${PN} = "\ ${PYTHON_PN}-cffi \ ${PYTHON_PN}-idna \