Message ID | 20250804211804.344751-11-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-mypy-extensions_1.1.0.bb b/meta-python/recipes-devtools/python/python3-mypy-extensions_1.1.0.bb index 21cb517c21..baa76aa60c 100644 --- a/meta-python/recipes-devtools/python/python3-mypy-extensions_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-mypy-extensions_1.1.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0fe3219e2470a78c0d1837019b8b426e" PYPI_PACKAGE = "mypy_extensions" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -inherit pypi python_setuptools_build_meta +inherit pypi python_flit_core SRC_URI[sha256sum] = "52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558"
Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../recipes-devtools/python/python3-mypy-extensions_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)