From 0c2e416567351d55ae45e67513be6f20aa754d4b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 18 Jul 2022 10:02:57 -0700 Subject: [PATCH] Revert "python3-antlr4-runtime: Inherit setuptools3 instead of python_setuptools_build_meta" This reverts commit 19d05be57bda09915b09de695e6fb7acc354a588. --- .../recipes-devtools/python/python3-antlr4-runtime_4.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7b69b9edba..01f17207c6 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 setuptools3 +inherit pypi python_setuptools_build_meta BBCLASSEXTEND = "nativesdk native"