summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-08-04 22:17:47 +0100
committerKhem Raj <raj.khem@gmail.com>2025-08-04 17:32:04 -0700
commitc96e042782e3a309678bb4218e12f7e5727e0507 (patch)
treee91f812907145fd1ff45474773d07e7b9a50ed9a /meta-python
parentbdd47759ff4f2f9822888015f3b9bac098547838 (diff)
downloadmeta-openembedded-c96e042782e3a309678bb4218e12f7e5727e0507.tar.gz
python3-apispec: use correct Python build backend class
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-apispec_6.8.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb b/meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb
index 28b31991cf..3997f824f6 100644
--- a/meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/marshmallow-code/apispec"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a75956865b40c80a37c1e864716592b4" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=a75956865b40c80a37c1e864716592b4"
5 5
6inherit pypi python_setuptools_build_meta 6inherit pypi python_flit_core
7 7
8SRC_URI[sha256sum] = "ce5b69b9fcf0250cb56ba0c1a52a75ff22c2f7c586654e57884399018c519f26" 8SRC_URI[sha256sum] = "ce5b69b9fcf0250cb56ba0c1a52a75ff22c2f7c586654e57884399018c519f26"
9 9