diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-04-10 17:40:25 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-10 18:39:31 -0700 |
commit | 4b31981f9af76d95b38296206ae361c574fc1a66 (patch) | |
tree | c9c20e82c293a0c36aaefea01fa92ee7c983349f /meta-python | |
parent | f3f094acd6c83c757378bae20d398cb14783e731 (diff) | |
download | meta-openembedded-4b31981f9af76d95b38296206ae361c574fc1a66.tar.gz |
python3-twitter: Switch to use PEP-517 build backend
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb b/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb index 19c4b8680c..c35b97a9e4 100644 --- a/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb +++ b/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "1345cbcdf0a75e2d89f424c559fd49fda4d8cd7be25cd5131e3b57bad8 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "tweepy" | 9 | PYPI_PACKAGE = "tweepy" |
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi python_setuptools_build_meta |
12 | 12 | ||
13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | python3-pip \ | 14 | python3-pip \ |