[oe-commits] [meta-openembedded] 32/90: python-ndg-httpsclient: add initial set of RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Mar 30 00:00:53 UTC 2018


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

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

commit 4d7f5d6fc5537f4aaa0fe0cd85945df03cf56a51
Author: Derek Straka <derek at asterius.io>
AuthorDate: Tue Mar 20 09:20:27 2018 -0400

    python-ndg-httpsclient: add initial set of RDEPENDS
    
    Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-ndg-httpsclient.inc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
index b556432..d743023 100644
--- a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
+++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
@@ -13,6 +13,13 @@ DEPENDS += " \
     ${PYTHON_PN}-pyasn1 \
 "
 
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-pyopenssl \
+    ${PYTHON_PN}-pyasn1 \
+"
+
 BBCLASSEXTEND = "native nativesdk"
 
 UPSTREAM_CHECK_REGEX = ""

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


More information about the Openembedded-commits mailing list