diff options
author | Derek Straka <derek@asterius.io> | 2018-03-20 09:20:27 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:51:06 -0700 |
commit | 4d7f5d6fc5537f4aaa0fe0cd85945df03cf56a51 (patch) | |
tree | cabc8fb1d3f5084c9622a8699539303b86d77778 /meta-python | |
parent | 33aa4d30a87b7b92586b08ae1497fb4070422714 (diff) | |
download | meta-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-ndg-httpsclient.inc | 7 |
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 | ||
16 | RDEPENDS_${PN} += " \ | ||
17 | ${PYTHON_PN}-datetime \ | ||
18 | ${PYTHON_PN}-logging \ | ||
19 | ${PYTHON_PN}-pyopenssl \ | ||
20 | ${PYTHON_PN}-pyasn1 \ | ||
21 | " | ||
22 | |||
16 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
17 | 24 | ||
18 | UPSTREAM_CHECK_REGEX = "" | 25 | UPSTREAM_CHECK_REGEX = "" |