summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
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"
17inherit pypi siteinfo 17inherit pypi siteinfo
18 18
19DEPENDS += "openssl swig-native" 19DEPENDS += "openssl swig-native"
20RDEPENDS_${PN} += "${PYTHON_PN}-typing \ 20RDEPENDS_${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
26DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" 32DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}"