summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-07-18 10:02:57 -0700
committerKhem Raj <raj.khem@gmail.com>2022-07-18 10:03:12 -0700
commit0c2e416567351d55ae45e67513be6f20aa754d4b (patch)
tree65c331c7e434d74ec0fb8b63c0e1dce517bba2fc /meta-python/recipes-devtools
parent46a484bb459edc575752a911ee013117e32c9b9f (diff)
downloadmeta-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.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 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
7PYPI_PACKAGE = "antlr4-python3-runtime" 7PYPI_PACKAGE = "antlr4-python3-runtime"
8 8
9inherit pypi setuptools3 9inherit pypi python_setuptools_build_meta
10 10
11BBCLASSEXTEND = "nativesdk native" 11BBCLASSEXTEND = "nativesdk native"