diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:18:03 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 17:32:07 -0700 |
commit | e9c44053f7aa8a7b94c0c782883b225081e1259e (patch) | |
tree | e4194ef2b793c0265caf986721c7976ed5090790 /meta-python/recipes-devtools/python | |
parent | 87cf7941166fc46d31207dcce7c8a9e962ca8374 (diff) | |
download | meta-openembedded-e9c44053f7aa8a7b94c0c782883b225081e1259e.tar.gz |
python3-twitter: use correct Python build backend class
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "tweepy" | 9 | PYPI_PACKAGE = "tweepy" |
10 | 10 | ||
11 | inherit pypi python_setuptools_build_meta | 11 | inherit pypi python_flit_core |
12 | 12 | ||
13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | python3-pip \ | 14 | python3-pip \ |