diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:24 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:40 +0100 |
| commit | 58f4e9e4d7d4722439c7298b9c7b423f9d6f3458 (patch) | |
| tree | e385dbf1d9634427e987766420ca6a0abdbc9971 /meta/recipes-devtools/python/python3-cffi_1.16.0.bb | |
| parent | 10536a1c44c7563dd6a1f7dd8a977109d7bfc0a3 (diff) | |
| download | poky-58f4e9e4d7d4722439c7298b9c7b423f9d6f3458.tar.gz | |
python3-cffi: use python_setuptools_build_meta build class
This package can be built using pep517 classes now.
(From OE-Core rev: efabc00ca509b6e2f154248e7de7f6ae8babf412)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cffi_1.16.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cffi_1.16.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cffi_1.16.0.bb b/meta/recipes-devtools/python/python3-cffi_1.16.0.bb index c5f6578ab2..8e829794a5 100644 --- a/meta/recipes-devtools/python/python3-cffi_1.16.0.bb +++ b/meta/recipes-devtools/python/python3-cffi_1.16.0.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS += "libffi python3-pycparser" | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" | 7 | SRC_URI[sha256sum] = "bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" |
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi python_setuptools_build_meta |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN}:class-target = " \ | 11 | RDEPENDS:${PN}:class-target = " \ |
| 12 | python3-ctypes \ | 12 | python3-ctypes \ |
