diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-07-15 20:09:16 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-15 20:15:08 -0700 |
commit | 19d05be57bda09915b09de695e6fb7acc354a588 (patch) | |
tree | cefcc193f18859ec30926eb734a42d796596e083 /meta-python/recipes-devtools | |
parent | c7415233074c467f12d7100635499a3e1c50fb7c (diff) | |
download | meta-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>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-antlr4-runtime_4.10.bb | 2 |
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 01f17207c..7b69b9edb 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 | |||
6 | 6 | ||
7 | PYPI_PACKAGE = "antlr4-python3-runtime" | 7 | PYPI_PACKAGE = "antlr4-python3-runtime" |
8 | 8 | ||
9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | BBCLASSEXTEND = "nativesdk native" | 11 | BBCLASSEXTEND = "nativesdk native" |