Przeglądaj źródła

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>
Yi Zhao 6 lat temu
rodzic
commit
5d1e72d9f7

+ 2 - 0
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 \
 "