Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Twitter for Python" |
| 2 | DESCRIPTION = "Python module to support twitter API" |
| 3 | |
| 4 | LICENSE = "MIT" |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame^] | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8f702b489acb6863cec8b261a55931d8" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 6 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame^] | 7 | SRC_URI[md5sum] = "8aeff278b7cefcd384c65929bc921e2c" |
| 8 | SRC_URI[sha256sum] = "8abd828ba51a85a2b5bb7373715d6d3bb32d18ac624e3a4db02e4ef8ab48316b" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 9 | |
| 10 | PYPI_PACKAGE = "tweepy" |
| 11 | |
| 12 | RDEPENDS_${PN} += "\ |
| 13 | ${PYTHON_PN}-pip \ |
| 14 | ${PYTHON_PN}-pysocks \ |
| 15 | ${PYTHON_PN}-requests \ |
| 16 | ${PYTHON_PN}-six \ |
| 17 | " |