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