From 48d75945dcfa86f6ffcfa31323235387f1353998 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 17 Aug 2016 10:17:44 -0300 Subject: python3-requests: Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador Signed-off-by: Martin Jansa (cherry picked from commit 06b06a35dca041bfe7e5cf5d24efd3d6974a6853) Signed-off-by: Andreas Oberritter --- meta-python/recipes-devtools/python/python-requests.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index 7ce193c146..66dd9cd2e0 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc @@ -7,3 +7,5 @@ SRC_URI[md5sum] = "147afc07d8967cf46359701551a6cb69" SRC_URI[sha256sum] = "b2ff053e93ef11ea08b0e596a1618487c4e4c5f1006d7a1706e3671c57dea385" RDEPENDS_${PN} = "${PYTHON_PN}-email ${PYTHON_PN}-json ${PYTHON_PN}-netserver" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg