mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-twitter_3.7.0.bb: Yocto recipes for tweepy packages
Yocto recipes for easy to use python2 and python3 libraries for accessing twitter APIs Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c19f3a7716
commit
f6e0ee746b
17
meta-python/recipes-devtools/python/python-twitter.inc
Normal file
17
meta-python/recipes-devtools/python/python-twitter.inc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SUMMARY = "Twitter for Python"
|
||||
DESCRIPTION = "Python module to support twitter API"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0307fffd8c4d9946c029daa1426d26e7"
|
||||
|
||||
SRC_URI[md5sum] = "c6dc2f315ded761aafc96bea3351c7f6"
|
||||
SRC_URI[sha256sum] = "fe85a79f58a01dd335968523b91c5fce760e7fe78bf25a6e71c72204fe499d0b"
|
||||
|
||||
PYPI_PACKAGE = "tweepy"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-pip \
|
||||
${PYTHON_PN}-pysocks \
|
||||
${PYTHON_PN}-requests \
|
||||
${PYTHON_PN}-six \
|
||||
"
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
require python-twitter.inc
|
||||
inherit pypi setuptools
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
require python-twitter.inc
|
||||
inherit pypi setuptools3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user