mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
m2crypto: depend on typing
m2crypto requires typing since 0.24.0-38-g8bbd0ec Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user