Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Python package for parsing and generating vCard and vCalendar files" |
| 2 | HOMEPAGE = "http://vobject.skyhouseconsulting.com/" |
| 3 | |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 6 | |
| 7 | SRC_URI[md5sum] = "06357e96a84d55de2a71b36d39f6853e" |
| 8 | SRC_URI[sha256sum] = "96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101" |
| 9 | |
| 10 | inherit pypi setuptools |
| 11 | |
| 12 | RDEPENDS_${PN} += "\ |
| 13 | ${PYTHON_PN}-dateutil \ |
| 14 | ${PYTHON_PN}-numbers \ |
| 15 | " |