mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-pkcs11: inherit cython class
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
560f331dc2
commit
196abdf551
|
|
@ -9,12 +9,11 @@ SRC_URI[sha256sum] = "9737e0c24cabb8bc9d48bf8c57c3df2a70f8cdd96b70c50290803286f9
|
|||
|
||||
PYPI_PACKAGE = "python-pkcs11"
|
||||
|
||||
inherit pypi setuptools3
|
||||
inherit pypi setuptools3 cython
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
DEPENDS += " \
|
||||
python3-cython-native \
|
||||
python3-setuptools-scm-native \
|
||||
python3 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user