python-vobject: update to version 0.9.6.1

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Derek Straka
2018-07-27 14:09:09 -04:00
committed by Khem Raj
parent c382f3391b
commit cb98080860
@@ -0,0 +1,15 @@
SUMMARY = "Python package for parsing and generating vCard and vCalendar files"
HOMEPAGE = "http://vobject.skyhouseconsulting.com/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI[md5sum] = "06357e96a84d55de2a71b36d39f6853e"
SRC_URI[sha256sum] = "96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101"
inherit pypi setuptools
RDEPENDS_${PN} += "\
${PYTHON_PN}-dateutil \
${PYTHON_PN}-numbers \
"