[oe-commits] [meta-openembedded] 08/09: python(3)-requests: add DEPENDS_class-native

git at git.openembedded.org git at git.openembedded.org
Wed Dec 18 23:48:06 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 7eebda2e430b26734e644b83d8db1f1911f7091f
Author: Peter Kolbus <peter.kolbus at garmin.com>
AuthorDate: Wed Dec 18 14:13:37 2019 -0600

    python(3)-requests: add DEPENDS_class-native
    
    Signed-off-by: Peter Kolbus <peter.kolbus at garmin.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-requests.inc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc
index 5fe5dc2..ea29838 100644
--- a/meta-python/recipes-devtools/python/python-requests.inc
+++ b/meta-python/recipes-devtools/python/python-requests.inc
@@ -23,6 +23,16 @@ RDEPENDS_${PN} += " \
     ${PYTHON_PN}-idna \
 "
 
+DEPENDS_class-native += " \
+    ${PYTHON_PN}-ndg-httpsclient-native \
+    ${PYTHON_PN}-pyasn1-native \
+    ${PYTHON_PN}-pyopenssl-native \
+    ${PYTHON_PN}-pysocks-native \
+    ${PYTHON_PN}-urllib3-native \
+    ${PYTHON_PN}-chardet-native \
+    ${PYTHON_PN}-idna-native \
+"
+
 CVE_PRODUCT = "requests"
 
 BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list