summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-10 17:40:25 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-10 18:39:31 -0700
commit4b31981f9af76d95b38296206ae361c574fc1a66 (patch)
treec9c20e82c293a0c36aaefea01fa92ee7c983349f /meta-python
parentf3f094acd6c83c757378bae20d398cb14783e731 (diff)
downloadmeta-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.bb2
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
9PYPI_PACKAGE = "tweepy" 9PYPI_PACKAGE = "tweepy"
10 10
11inherit pypi setuptools3 11inherit pypi python_setuptools_build_meta
12 12
13RDEPENDS:${PN} += "\ 13RDEPENDS:${PN} += "\
14 python3-pip \ 14 python3-pip \