summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-20 09:20:27 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:51:06 -0700
commit4d7f5d6fc5537f4aaa0fe0cd85945df03cf56a51 (patch)
treecabc8fb1d3f5084c9622a8699539303b86d77778 /meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
parent33aa4d30a87b7b92586b08ae1497fb4070422714 (diff)
downloadmeta-openembedded-4d7f5d6fc5537f4aaa0fe0cd85945df03cf56a51.tar.gz
python-ndg-httpsclient: add initial set of RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-ndg-httpsclient.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-ndg-httpsclient.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc
index b5564325e..d74302398 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 += " \
13 ${PYTHON_PN}-pyasn1 \ 13 ${PYTHON_PN}-pyasn1 \
14" 14"
15 15
16RDEPENDS_${PN} += " \
17 ${PYTHON_PN}-datetime \
18 ${PYTHON_PN}-logging \
19 ${PYTHON_PN}-pyopenssl \
20 ${PYTHON_PN}-pyasn1 \
21"
22
16BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"
17 24
18UPSTREAM_CHECK_REGEX = "" 25UPSTREAM_CHECK_REGEX = ""