mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
7d8a81fd18
commit
a8463f3eec
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user