diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb b/meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb index 5a9594f07..ca462229e 100644 --- a/meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb +++ b/meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch " | |||
12 | PYPI_PACKAGE = "M2Crypto" | 12 | PYPI_PACKAGE = "M2Crypto" |
13 | inherit pypi setuptools siteinfo | 13 | inherit pypi setuptools siteinfo |
14 | 14 | ||
15 | DEPENDS += "openssl swig-native" | 15 | DEPENDS += "openssl swig-native python-typing" |
16 | 16 | ||
17 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_DIR_HOST} -I${STAGING_INCDIR}" | 17 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_DIR_HOST} -I${STAGING_INCDIR}" |
18 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_DIR_HOST}" | 18 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_DIR_HOST}" |