diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:17:55 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 17:32:06 -0700 |
commit | 415b4b3dc5c96942e2faeb6ef731960127fb01c5 (patch) | |
tree | 048f9ca17a7b83edfef7cbbf929ed3c86ba09207 /meta-python | |
parent | 80c3faef4e6fd9aab7e1313b3ab48d83fb4f7c27 (diff) | |
download | meta-openembedded-415b4b3dc5c96942e2faeb6ef731960127fb01c5.tar.gz |
python3-mypy-extensions: 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-mypy-extensions_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
6 | PYPI_PACKAGE = "mypy_extensions" | 6 | PYPI_PACKAGE = "mypy_extensions" |
7 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 7 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
8 | 8 | ||
9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_flit_core |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558" | 11 | SRC_URI[sha256sum] = "52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558" |
12 | 12 | ||