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" |
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0307fffd8c4d9946c029daa1426d26e7" |
| 6 | |
| 7 | SRC_URI[md5sum] = "c6dc2f315ded761aafc96bea3351c7f6" |
| 8 | SRC_URI[sha256sum] = "fe85a79f58a01dd335968523b91c5fce760e7fe78bf25a6e71c72204fe499d0b" |
| 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 | " |