From f7aaa347205dbc1f1d3a4063841214948c1a38e8 Mon Sep 17 00:00:00 2001 From: Andy Kling Date: Thu, 2 Feb 2017 14:49:11 +0100 Subject: m2crypto: depend on typing m2crypto requires typing since 0.24.0-38-g8bbd0ec Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-m2crypto_0.25.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') 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 " PYPI_PACKAGE = "M2Crypto" inherit pypi setuptools siteinfo -DEPENDS += "openssl swig-native" +DEPENDS += "openssl swig-native python-typing" DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_DIR_HOST} -I${STAGING_INCDIR}" DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_DIR_HOST}" -- cgit 1.2.3-korg