diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:17:47 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 17:32:04 -0700 |
| commit | c96e042782e3a309678bb4218e12f7e5727e0507 (patch) | |
| tree | e91f812907145fd1ff45474773d07e7b9a50ed9a /meta-python | |
| parent | bdd47759ff4f2f9822888015f3b9bac098547838 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a75956865b40c80a37c1e864716592b4" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a75956865b40c80a37c1e864716592b4" |
| 5 | 5 | ||
| 6 | inherit pypi python_setuptools_build_meta | 6 | inherit pypi python_flit_core |
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "ce5b69b9fcf0250cb56ba0c1a52a75ff22c2f7c586654e57884399018c519f26" | 8 | SRC_URI[sha256sum] = "ce5b69b9fcf0250cb56ba0c1a52a75ff22c2f7c586654e57884399018c519f26" |
| 9 | 9 | ||
