aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-06-04 09:52:37 +0800
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:45:33 -0700
commit5d1e72d9f79cb8b064dad6baf50bb2ca33d2ce32 (patch)
tree5c11bb6408bd59cc31be6b65cf5652964e89e42c /meta-networking
parent29fbbc4a87e284acdc5b19f031965fc1c0159d74 (diff)
downloadmeta-openembedded-contrib-5d1e72d9f79cb8b064dad6baf50bb2ca33d2ce32.tar.gz
python-ldap: add python-pyasn1 and python-pyasn1-modules as runtime dependencies
According to Doc/requirements.txt, this package needs python-pyasn1 and python-pyasn1-modules as runtime dependencies. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb b/meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb
index d10f11bbc5..af8961e322 100644
--- a/meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb
+++ b/meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb
@@ -26,4 +26,6 @@ do_configure_prepend() {
RDEPENDS_${PN} = " \
${PYTHON_PN}-pprint \
${PYTHON_PN}-threading \
+ ${PYTHON_PN}-pyasn1 \
+ ${PYTHON_PN}-pyasn1-modules \
"