diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:17:59 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 17:32:06 -0700 |
| commit | 169d18dd371768fbff20493338972e99a540e888 (patch) | |
| tree | 7e2f71824256efe50258c28e16c9138bcd62e514 | |
| parent | 6317c53f9b836c67fdd92d26713fdf96ff2e691f (diff) | |
| download | meta-openembedded-169d18dd371768fbff20493338972e99a540e888.tar.gz | |
python3-soupsieve: use correct Python build backend class
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-soupsieve_2.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.7.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.7.bb index 684290ffad..94b02f824a 100644 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.7.bb +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.7.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a23cdb0cf58a8b6d3d25202783bd6553" | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" | 7 | SRC_URI[sha256sum] = "ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" |
| 8 | 8 | ||
| 9 | inherit pypi python_hatchling python_setuptools_build_meta ptest-python-pytest | 9 | inherit pypi python_hatchling ptest-python-pytest |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
| 12 | python3-core \ | 12 | python3-core \ |
