diff options
Diffstat (limited to 'meta-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 \ |