diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twitter_4.10.1.bb (renamed from meta-python/recipes-devtools/python/python3-twitter_4.8.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.8.0.bb b/meta-python/recipes-devtools/python/python3-twitter_4.10.1.bb index 247b4e5840..b283aef568 100644 --- a/meta-python/recipes-devtools/python/python3-twitter_4.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-twitter_4.10.1.bb | |||
@@ -2,9 +2,9 @@ SUMMARY = "Twitter for Python" | |||
2 | DESCRIPTION = "Python module to support twitter API" | 2 | DESCRIPTION = "Python module to support twitter API" |
3 | 3 | ||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=9;endline=9;md5=8227180126797a0148f94f483f3e1489" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "8ba5774ac1663b09e5fce1b030daf076f2c9b3ddbf2e7e7ea0bae762e3b1fe3e" | 7 | SRC_URI[sha256sum] = "310193775d7fc381abd6f37021a9af27f7e9edfcce5ec51bd73ea5f30c21fa61" |
8 | 8 | ||
9 | PYPI_PACKAGE = "tweepy" | 9 | PYPI_PACKAGE = "tweepy" |
10 | 10 | ||
@@ -14,5 +14,6 @@ RDEPENDS:${PN} += "\ | |||
14 | ${PYTHON_PN}-pip \ | 14 | ${PYTHON_PN}-pip \ |
15 | ${PYTHON_PN}-pysocks \ | 15 | ${PYTHON_PN}-pysocks \ |
16 | ${PYTHON_PN}-requests \ | 16 | ${PYTHON_PN}-requests \ |
17 | ${PYTHON_PN}-requests-oauthlib \ | ||
17 | ${PYTHON_PN}-six \ | 18 | ${PYTHON_PN}-six \ |
18 | " | 19 | " |