diff mbox series

[meta-python,1/3] python3-antlr4-runtime: Inherit setuptools3 instead of python_setuptools_build_meta

Message ID 20220716031434.4021879-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/3] python3-antlr4-runtime: Inherit setuptools3 instead of python_setuptools_build_meta | expand

Commit Message

Khem Raj July 16, 2022, 3:14 a.m. UTC
Adds missing dependency on python3-picobuild-native

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-antlr4-runtime_4.10.bb      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"