[oe] [meta-python2][PATCH] python-m2crypto: add missing RDEPENDS

Tim Orling ticotimo at gmail.com
Sun Jan 19 04:18:42 UTC 2020


* Missing run-time dependencies:
    python-datetime
    python-distutils
    python-logging
    python-netserver
    python-smtpd
    python-typing
    python-xmlrpc

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 recipes-devtools/python/python-m2crypto_0.30.1.bb | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/recipes-devtools/python/python-m2crypto_0.30.1.bb b/recipes-devtools/python/python-m2crypto_0.30.1.bb
index 22bf56a3..968dd720 100644
--- a/recipes-devtools/python/python-m2crypto_0.30.1.bb
+++ b/recipes-devtools/python/python-m2crypto_0.30.1.bb
@@ -19,7 +19,15 @@ PYPI_PACKAGE = "M2Crypto"
 
 inherit pypi siteinfo setuptools
 
-RDEPENDS_${PN} += "python-typing"
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-distutils \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-netserver \
+    ${PYTHON_PN}-smtpd \
+    ${PYTHON_PN}-typing \
+    ${PYTHON_PN}-xmlrpc \
+    "
 
 DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}"
 DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}"
-- 
2.25.0



More information about the Openembedded-devel mailing list