diff mbox series

[19/20] python3-twitter: use correct Python build backend class

Message ID 20250804211804.344751-19-ross.burton@arm.com
State Accepted
Headers show
Series [01/20] python3-jsonref: use correct Python build backend class | expand

Commit Message

Ross Burton Aug. 4, 2025, 9:18 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb b/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb
index 10b7b856bc..54379673c0 100644
--- a/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb
@@ -8,7 +8,7 @@  SRC_URI[sha256sum] = "1d95cbdc50bf6353a387f881f2584eaf60d14e00dbbdd8872a73de79c6
 
 PYPI_PACKAGE = "tweepy"
 
-inherit pypi python_setuptools_build_meta
+inherit pypi python_flit_core
 
 RDEPENDS:${PN} += "\
     python3-pip \