aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-06-12 11:46:46 +0800
committerArmin Kuster <akuster808@gmail.com>2020-07-01 08:01:41 -0700
commit259178689051d277133181dda42be6f7096a5b7d (patch)
tree1505035a2d0e4c2e8f5d2f2163a29a2224a8282d /meta-python/recipes-devtools/python
parent9621a82f49bbd7cb7d1b22daa0eb254ed0a95132 (diff)
downloadmeta-openembedded-contrib-259178689051d277133181dda42be6f7096a5b7d.tar.gz
python3-m2crypto: add the missing rdepends
Add the missing rdepends to fix the error such as below: # python3 [snip] >>> import M2Crypto ModuleNotFoundError: No module named 'decimal' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fe77eaab8f0c3be9e1fbfeef69400f4f06748613) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-m2crypto.inc14
1 files changed, 10 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto.inc b/meta-python/recipes-devtools/python/python-m2crypto.inc
index 881fdf1cc2..81c81645af 100644
--- a/meta-python/recipes-devtools/python/python-m2crypto.inc
+++ b/meta-python/recipes-devtools/python/python-m2crypto.inc
@@ -17,10 +17,16 @@ PYPI_PACKAGE = "M2Crypto"
inherit pypi siteinfo
DEPENDS += "openssl swig-native"
-RDEPENDS_${PN} += "${PYTHON_PN}-typing \
- ${PYTHON_PN}-distutils \
- ${PYTHON_PN}-smtpd \
- ${PYTHON_PN}-xmlrpc \
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-datetime \
+ ${PYTHON_PN}-distutils \
+ ${PYTHON_PN}-logging \
+ ${PYTHON_PN}-netclient \
+ ${PYTHON_PN}-netserver \
+ ${PYTHON_PN}-numbers \
+ ${PYTHON_PN}-smtpd \
+ ${PYTHON_PN}-typing \
+ ${PYTHON_PN}-xmlrpc \
"
DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}"