diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-m2crypto.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto.inc b/meta-python/recipes-devtools/python/python-m2crypto.inc index 76dd58ce04..881fdf1cc2 100644 --- a/meta-python/recipes-devtools/python/python-m2crypto.inc +++ b/meta-python/recipes-devtools/python/python-m2crypto.inc | |||
@@ -17,7 +17,11 @@ PYPI_PACKAGE = "M2Crypto" | |||
17 | inherit pypi siteinfo | 17 | inherit pypi siteinfo |
18 | 18 | ||
19 | DEPENDS += "openssl swig-native" | 19 | DEPENDS += "openssl swig-native" |
20 | RDEPENDS_${PN} += "${PYTHON_PN}-typing" | 20 | RDEPENDS_${PN} += "${PYTHON_PN}-typing \ |
21 | ${PYTHON_PN}-distutils \ | ||
22 | ${PYTHON_PN}-smtpd \ | ||
23 | ${PYTHON_PN}-xmlrpc \ | ||
24 | " | ||
21 | 25 | ||
22 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" | 26 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" |
23 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" | 27 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" |