diff options
| author | Derek Straka <derek@asterius.io> | 2017-07-24 14:36:12 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-13 13:19:02 +0200 |
| commit | 2581880e91f33751cd9cdc8bdc355a2663ce4448 (patch) | |
| tree | 84907eeb306c1311316f2256f903c806e53f5919 /meta-python/recipes-devtools/python/python-vobject_0.9.5.bb | |
| parent | 655341211d758a099e90604056897917e6800c62 (diff) | |
| download | meta-openembedded-2581880e91f33751cd9cdc8bdc355a2663ce4448.tar.gz | |
python-vobject: update to version 0.9.5
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.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-vobject_0.9.5.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-vobject_0.9.5.bb b/meta-python/recipes-devtools/python/python-vobject_0.9.5.bb new file mode 100644 index 0000000000..d2f343eb1a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-vobject_0.9.5.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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] = "aa629d6ae95db5edfd5b2402eb1073cb" | ||
| 8 | SRC_URI[sha256sum] = "0f56cae196303d875682b9648b4bb43ffc769d2f0f800958e0a506af867b1243" | ||
| 9 | |||
| 10 | inherit pypi setuptools | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "\ | ||
| 13 | ${PYTHON_PN}-dateutil \ | ||
| 14 | ${PYTHON_PN}-numbers \ | ||
| 15 | " | ||
