Message ID | 20250804211804.344751-3-ross.burton@arm.com |
---|---|
State | Accepted |
Headers | show |
Series | [01/20] python3-jsonref: use correct Python build backend class | expand |
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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=a75956865b40c80a37c1e864716592b4" -inherit pypi python_setuptools_build_meta +inherit pypi python_flit_core SRC_URI[sha256sum] = "ce5b69b9fcf0250cb56ba0c1a52a75ff22c2f7c586654e57884399018c519f26"
Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)