mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-twitter: upgrade 4.15.0 -> 4.16.0
Changelog: ========== - Re-improve clarity of OAuth 2.0 User Context example code - Fix SyntaxWarning - Install 'build' - Docs config updates to fix build - Fix Sphinx context injection removal by readthedocs - Revert hoverxref upgrade for now until sphinx can be updated - Fix build error for docs related to 'html_context' setting - Modernize packaging configuration - Add new publish workflow to use trusted publisher - Add dev and test dependencies - Update publish workflow... - Add support for posting tweets to Communities Change to use LICENSE file instead of PKG-INFO, and license is MIT still Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Twitter for Python"
|
||||
DESCRIPTION = "Python module to support twitter API"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=48c84b17f84a9a623754604ab73f28fe"
|
||||
|
||||
SRC_URI[sha256sum] = "1d95cbdc50bf6353a387f881f2584eaf60d14e00dbbdd8872a73de79c66878e3"
|
||||
|
||||
PYPI_PACKAGE = "tweepy"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-pip \
|
||||
python3-pysocks \
|
||||
python3-requests \
|
||||
python3-requests-oauthlib \
|
||||
python3-six \
|
||||
"
|
||||
Reference in New Issue
Block a user