summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb
index 68908bb64e..23ea996258 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.14.0.bb
@@ -11,9 +11,9 @@ PYPI_PACKAGE = "tweepy"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
- ${PYTHON_PN}-pip \
- ${PYTHON_PN}-pysocks \
- ${PYTHON_PN}-requests \
- ${PYTHON_PN}-requests-oauthlib \
- ${PYTHON_PN}-six \
+ python3-pip \
+ python3-pysocks \
+ python3-requests \
+ python3-requests-oauthlib \
+ python3-six \
"