diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-07-18 10:02:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-18 10:03:12 -0700 |
commit | 0c2e416567351d55ae45e67513be6f20aa754d4b (patch) | |
tree | 65c331c7e434d74ec0fb8b63c0e1dce517bba2fc /meta-python/recipes-devtools | |
parent | 46a484bb459edc575752a911ee013117e32c9b9f (diff) | |
download | meta-openembedded-0c2e416567351d55ae45e67513be6f20aa754d4b.tar.gz |
Revert "python3-antlr4-runtime: Inherit setuptools3 instead of python_setuptools_build_meta"
This reverts commit 19d05be57bda09915b09de695e6fb7acc354a588.
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 7b69b9edb..01f17207c 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 setuptools3 | 9 | inherit pypi python_setuptools_build_meta |
10 | 10 | ||
11 | BBCLASSEXTEND = "nativesdk native" | 11 | BBCLASSEXTEND = "nativesdk native" |