meta-openembedded/meta-python/recipes-devtools/python/python-twitter.inc
Zang Ruochen ae9b523493 python-twitter: upgrade 3.7.0 -> 3.8.0
-License-Update: Update PKG-INFO.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-20 06:57:27 -08:00

18 lines
491 B
PHP

SUMMARY = "Twitter for Python"
DESCRIPTION = "Python module to support twitter API"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8f702b489acb6863cec8b261a55931d8"
SRC_URI[md5sum] = "8aeff278b7cefcd384c65929bc921e2c"
SRC_URI[sha256sum] = "8abd828ba51a85a2b5bb7373715d6d3bb32d18ac624e3a4db02e4ef8ab48316b"
PYPI_PACKAGE = "tweepy"
RDEPENDS_${PN} += "\
${PYTHON_PN}-pip \
${PYTHON_PN}-pysocks \
${PYTHON_PN}-requests \
${PYTHON_PN}-six \
"