aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-08-17 10:17:44 -0300
committerAndreas Oberritter <obi@opendreambox.org>2017-02-16 11:29:16 +0100
commit48d75945dcfa86f6ffcfa31323235387f1353998 (patch)
treede87f3bef78409d653ad8bdb6e186144b33dbbef
parent0f062754cc394c366cbc13128947e7e9e5583547 (diff)
downloadmeta-openembedded-contrib-48d75945dcfa86f6ffcfa31323235387f1353998.tar.gz
python3-requests: Add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 06b06a35dca041bfe7e5cf5d24efd3d6974a6853) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta-python/recipes-devtools/python/python-requests.inc2
1 files changed, 2 insertions, 0 deletions
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"