python-m2crypto: rdepend on python-typing

python-typing is required at runtime, not at build time.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Max Krummenacher 2017-02-14 22:48:58 +01:00 committed by Martin Jansa
parent 7d8a81fd18
commit a8463f3eec

View File

@ -12,7 +12,8 @@ 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 python-typing"
DEPENDS += "openssl swig-native"
RDEPENDS_${PN} += "python-typing"
DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_DIR_HOST} -I${STAGING_INCDIR}"
DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_DIR_HOST}"