mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python-m2crypto: Use PYTHON_PN instead of hardcoding python name
Lets this inc file become usable for py3 module as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ PYPI_PACKAGE = "M2Crypto"
|
||||
inherit pypi siteinfo
|
||||
|
||||
DEPENDS += "openssl swig-native"
|
||||
RDEPENDS_${PN} += "python-typing"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-typing"
|
||||
|
||||
DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}"
|
||||
DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}"
|
||||
|
||||
Reference in New Issue
Block a user