[oe] [meta-networking][PATCH] python-ldap: add python-pyasn1 and python-pyasn1-modules as runtime dependencies

Yi Zhao yi.zhao at windriver.com
Tue Jun 4 01:52:37 UTC 2019


According to Doc/requirements.txt, this package needs python-pyasn1 and
python-pyasn1-modules as runtime dependencies.

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-networking/recipes-devtools/python/python-ldap_3.2.0.bb | 2 ++
 1 file changed, 2 insertions(+)

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 d10f11b..af8961e 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 \
 "
-- 
2.7.4



More information about the Openembedded-devel mailing list