[oe-commits] [meta-openembedded] 43/86: python-ldap: add python-pyasn1 and python-pyasn1-modules as runtime dependencies

git at git.openembedded.org git at git.openembedded.org
Sat Jun 15 23:51:15 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 5d1e72d9f79cb8b064dad6baf50bb2ca33d2ce32
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Tue Jun 4 09:52:37 2019 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list