mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
29fbbc4a87
commit
5d1e72d9f7
|
|
@ -26,4 +26,6 @@ do_configure_prepend() {
|
|||
RDEPENDS_${PN} = " \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-pyasn1 \
|
||||
${PYTHON_PN}-pyasn1-modules \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user