diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:17:49 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 17:32:05 -0700 |
commit | f42b29ef730fa64c4a553889c1d24099d773dbbf (patch) | |
tree | 9261f732c47e00f3c6ba8a2575a489e428f890ff | |
parent | 65d4a3e0c47d23467c18f5ac935bbb5087cb896e (diff) | |
download | meta-openembedded-f42b29ef730fa64c4a553889c1d24099d773dbbf.tar.gz |
python3-expandvars: 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-expandvars_1.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-expandvars_1.1.1.bb b/meta-python/recipes-devtools/python/python3-expandvars_1.1.1.bb index d612a9b35b..03e3d361b4 100644 --- a/meta-python/recipes-devtools/python/python3-expandvars_1.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-expandvars_1.1.1.bb | |||
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8b2e744064bd184728ac09dbfb52aaf4" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "98add8268b760dfee457bde1c17bf745795fdebc22b7ddab75fd3278653f1e05" | 6 | SRC_URI[sha256sum] = "98add8268b760dfee457bde1c17bf745795fdebc22b7ddab75fd3278653f1e05" |
7 | 7 | ||
8 | inherit pypi python_hatchling python_setuptools_build_meta | 8 | inherit pypi python_hatchling |
9 | 9 | ||
10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |