summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-vobject_0.9.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-vobject_0.9.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-vobject_0.9.6.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-vobject_0.9.6.bb b/meta-python/recipes-devtools/python/python-vobject_0.9.6.bb
new file mode 100644
index 0000000000..d92c137c5e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-vobject_0.9.6.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] = "1da0747914fe440329c0b37e4be9040d"
8SRC_URI[sha256sum] = "cd9ede4363f83c06ba8d8f1541c736efa5c46f9a431430002b2f84f4f4e674d8"
9
10inherit pypi setuptools
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-dateutil \
14 ${PYTHON_PN}-numbers \
15 "