aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-07-15 20:09:16 -0700
committerKhem Raj <raj.khem@gmail.com>2022-07-15 20:15:08 -0700
commit19d05be57bda09915b09de695e6fb7acc354a588 (patch)
treecefcc193f18859ec30926eb734a42d796596e083
parentc7415233074c467f12d7100635499a3e1c50fb7c (diff)
downloadmeta-openembedded-19d05be57bda09915b09de695e6fb7acc354a588.tar.gz
python3-antlr4-runtime: Inherit setuptools3 instead of python_setuptools_build_meta
Adds missing dependency on python3-picobuild-native Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-antlr4-runtime_4.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.10.bb b/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.10.bb
index 01f17207c6..7b69b9edba 100644
--- a/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.10.bb
+++ b/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.10.bb
@@ -6,6 +6,6 @@ SRC_URI[sha256sum] = "061a49bc72ae05a35d9b61c0ba0ac36c0397708819f02fbfb20a80e47d
PYPI_PACKAGE = "antlr4-python3-runtime"
-inherit pypi python_setuptools_build_meta
+inherit pypi setuptools3
BBCLASSEXTEND = "nativesdk native"