From 5d1e72d9f79cb8b064dad6baf50bb2ca33d2ce32 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 4 Jun 2019 09:52:37 +0800 Subject: 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 Signed-off-by: Khem Raj --- 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 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 \ " -- cgit 1.2.3-korg