diff options
| author | Andy Kling <andreas.kling@peiker-cee.de> | 2017-02-02 14:49:11 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:27 +0100 |
| commit | f7aaa347205dbc1f1d3a4063841214948c1a38e8 (patch) | |
| tree | 61971c38c257ea7a5528957d3e3f5ad152f4b373 /meta-python | |
| parent | 83b9dc3f9b2a2516673be559489e76e790b37184 (diff) | |
| download | meta-openembedded-f7aaa347205dbc1f1d3a4063841214948c1a38e8.tar.gz | |
m2crypto: depend on typing
m2crypto requires typing since 0.24.0-38-g8bbd0ec
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
| -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 5a9594f074..ca462229ea 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}" |
