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>
This commit is contained in:
Yi Zhao 2019-06-04 09:52:37 +08:00 committed by Khem Raj
parent 29fbbc4a87
commit 5d1e72d9f7

View File

@ -26,4 +26,6 @@ do_configure_prepend() {
RDEPENDS_${PN} = " \
${PYTHON_PN}-pprint \
${PYTHON_PN}-threading \
${PYTHON_PN}-pyasn1 \
${PYTHON_PN}-pyasn1-modules \
"