summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-openembedded/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb b/meta-openembedded/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb
index f2c0d2ee13..0bf1ff14a8 100644
--- a/meta-openembedded/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb
+++ b/meta-openembedded/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb
@@ -22,8 +22,9 @@ do_configure:prepend() {
}
RDEPENDS:${PN} = " \
- ${PYTHON_PN}-pprint \
- ${PYTHON_PN}-threading \
- ${PYTHON_PN}-pyasn1 \
- ${PYTHON_PN}-pyasn1-modules \
+ python3-pprint \
+ python3-pyasn1 \
+ python3-pyasn1-modules \
+ python3-threading \
+ python3-unittest \
"