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 similarity index 62% rename from meta-python/recipes-devtools/python/python3-twitter_4.8.0.bb rename to 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" DESCRIPTION = "Python module to support twitter API" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=9;endline=9;md5=8227180126797a0148f94f483f3e1489" -SRC_URI[sha256sum] = "8ba5774ac1663b09e5fce1b030daf076f2c9b3ddbf2e7e7ea0bae762e3b1fe3e" +SRC_URI[sha256sum] = "310193775d7fc381abd6f37021a9af27f7e9edfcce5ec51bd73ea5f30c21fa61" PYPI_PACKAGE = "tweepy" @@ -14,5 +14,6 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-pip \ ${PYTHON_PN}-pysocks \ ${PYTHON_PN}-requests \ + ${PYTHON_PN}-requests-oauthlib \ ${PYTHON_PN}-six \ "