mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-25 19:57:27 +01:00
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>
20 lines
468 B
BlitzBasic
20 lines
468 B
BlitzBasic
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 \
|
|
"
|