mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 06:10:50 +00:00
python-m2crypto: Add RDEPENDS
fix errors:
ModuleNotFoundError: No module named 'distutils'
ModuleNotFoundError: No module named 'asyncore'
ModuleNotFoundError: No module named 'xmlrpc'
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 1d6071e971)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
6c2d6061aa
commit
f0cfde76c0
@@ -17,7 +17,11 @@ PYPI_PACKAGE = "M2Crypto"
|
||||
inherit pypi siteinfo
|
||||
|
||||
DEPENDS += "openssl swig-native"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-typing"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-typing \
|
||||
${PYTHON_PN}-distutils \
|
||||
${PYTHON_PN}-smtpd \
|
||||
${PYTHON_PN}-xmlrpc \
|
||||
"
|
||||
|
||||
DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}"
|
||||
DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}"
|
||||
|
||||
Reference in New Issue
Block a user