diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-14 21:59:58 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:08 -0800 |
| commit | 196abdf5515c9a7a17da861c132b6ad1dba35dd4 (patch) | |
| tree | 9d0f63f5e4696285e7ac1fc297d038afaf6af60f /meta-python | |
| parent | 560f331dc2f6c5dc70a83df3ecf1b06a13ef39e3 (diff) | |
| download | meta-openembedded-196abdf5515c9a7a17da861c132b6ad1dba35dd4.tar.gz | |
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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb b/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb index 816b728dc0..84bc17959a 100644 --- a/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb | |||
| @@ -9,12 +9,11 @@ SRC_URI[sha256sum] = "9737e0c24cabb8bc9d48bf8c57c3df2a70f8cdd96b70c50290803286f9 | |||
| 9 | 9 | ||
| 10 | PYPI_PACKAGE = "python-pkcs11" | 10 | PYPI_PACKAGE = "python-pkcs11" |
| 11 | 11 | ||
| 12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 cython |
| 13 | 13 | ||
| 14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
| 15 | 15 | ||
| 16 | DEPENDS += " \ | 16 | DEPENDS += " \ |
| 17 | python3-cython-native \ | ||
| 18 | python3-setuptools-scm-native \ | 17 | python3-setuptools-scm-native \ |
| 19 | python3 \ | 18 | python3 \ |
| 20 | " | 19 | " |
