diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python-m2crypto.inc | 14 |
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" | |||
| 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} += "\ |
| 21 | ${PYTHON_PN}-distutils \ | 21 | ${PYTHON_PN}-datetime \ |
| 22 | ${PYTHON_PN}-smtpd \ | 22 | ${PYTHON_PN}-distutils \ |
| 23 | ${PYTHON_PN}-xmlrpc \ | 23 | ${PYTHON_PN}-logging \ |
| 24 | ${PYTHON_PN}-netclient \ | ||
| 25 | ${PYTHON_PN}-netserver \ | ||
| 26 | ${PYTHON_PN}-numbers \ | ||
| 27 | ${PYTHON_PN}-smtpd \ | ||
| 28 | ${PYTHON_PN}-typing \ | ||
| 29 | ${PYTHON_PN}-xmlrpc \ | ||
| 24 | " | 30 | " |
| 25 | 31 | ||
| 26 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" | 32 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" |
