mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-01 03:08:27 +00:00
python-vobject: update to version 0.9.3
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
aea3dbd89c
commit
245b2f0635
15
meta-python/recipes-devtools/python/python-vobject_0.9.3.bb
Normal file
15
meta-python/recipes-devtools/python/python-vobject_0.9.3.bb
Normal file
@@ -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] = "fe5996008d5e4858d63156b37b43d59c"
|
||||
SRC_URI[sha256sum] = "10b150b87ee5fffefd3aa1ea12f31aab45a7b7d010d1ce6816afaff8db726520"
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-dateutil \
|
||||
${PYTHON_PN}-numbers \
|
||||
"
|
||||
Reference in New Issue
Block a user