summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-08-04 22:17:58 +0100
committerKhem Raj <raj.khem@gmail.com>2025-08-04 17:32:06 -0700
commit6317c53f9b836c67fdd92d26713fdf96ff2e691f (patch)
treeb1bffe8f57666b8c5990acb5f65e82140bc1a493
parent8952de6e6b2c268597cc34ac28fc9b7d9b84285d (diff)
downloadmeta-openembedded-6317c53f9b836c67fdd92d26713fdf96ff2e691f.tar.gz
python3-simpleeval: 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-simpleeval_1.0.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb b/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb
index b4dc82bfb3..39178d3efd 100644
--- a/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=83843c8f0f3beb18af2f282faecbdebe"
5 5
6SRC_URI[sha256sum] = "67bbf246040ac3b57c29cf048657b9cf31d4e7b9d6659684daa08ca8f1e45829" 6SRC_URI[sha256sum] = "67bbf246040ac3b57c29cf048657b9cf31d4e7b9d6659684daa08ca8f1e45829"
7 7
8inherit pypi python_setuptools_build_meta python_hatchling ptest-python-pytest 8inherit pypi python_hatchling ptest-python-pytest
9 9
10BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"
11 11