blob: ac3f65279ab12e89142f257eacec45a2434b622c [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Twitter for Python"
2DESCRIPTION = "Python module to support twitter API"
3
4LICENSE = "MIT"
Brad Bishop8410d612019-11-25 09:40:59 -05005LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8f702b489acb6863cec8b261a55931d8"
Brad Bishop19323692019-04-05 15:28:33 -04006
Brad Bishop8410d612019-11-25 09:40:59 -05007SRC_URI[md5sum] = "8aeff278b7cefcd384c65929bc921e2c"
8SRC_URI[sha256sum] = "8abd828ba51a85a2b5bb7373715d6d3bb32d18ac624e3a4db02e4ef8ab48316b"
Brad Bishop19323692019-04-05 15:28:33 -04009
10PYPI_PACKAGE = "tweepy"
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-pip \
14 ${PYTHON_PN}-pysocks \
15 ${PYTHON_PN}-requests \
16 ${PYTHON_PN}-six \
17 "