summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-vobject_0.9.4.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-02-22 19:04:37 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-23 23:22:29 +0100
commite5a3b328eec17970577b72e40f0639746eb4c40b (patch)
tree4cf87994526aa9f2e536440183bc6ae6e09e8983 /meta-python/recipes-devtools/python/python-vobject_0.9.4.1.bb
parentb096ba27eda055e96405253090a1c70d0e970a10 (diff)
downloadmeta-openembedded-e5a3b328eec17970577b72e40f0639746eb4c40b.tar.gz
python-vobject: update to version 0.9.4.1
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-vobject_0.9.4.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-vobject_0.9.4.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-vobject_0.9.4.1.bb b/meta-python/recipes-devtools/python/python-vobject_0.9.4.1.bb
new file mode 100644
index 000000000..fc9519320
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-vobject_0.9.4.1.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Python package for parsing and generating vCard and vCalendar files"
2HOMEPAGE = "http://vobject.skyhouseconsulting.com/"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7SRC_URI[md5sum] = "73432a3e6e9a4788f73a9acc4d7b1fa8"
8SRC_URI[sha256sum] = "faea7d4fb3e2bc8ef6367e7f9b4ad0841aa1980fd5dd96d05c7a90e39880811c"
9
10inherit pypi setuptools
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-dateutil \
14 ${PYTHON_PN}-numbers \
15 "