diff options
| -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 b5564325eb..d743023985 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 = "" |
