diff options
| author | Derek Straka <derek@asterius.io> | 2016-11-16 21:46:27 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:29:53 +0100 |
| commit | 245b2f063595cf71e66a8500ea80750cd77477dc (patch) | |
| tree | d4e831baf0453ab57bf7431e9f7f74ab50f2af6d /meta-python/recipes-devtools/python/python-vobject_0.9.3.bb | |
| parent | aea3dbd89ce89309cdda78eec8c283f9a621d193 (diff) | |
| download | meta-openembedded-245b2f063595cf71e66a8500ea80750cd77477dc.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-vobject_0.9.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-vobject_0.9.3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-vobject_0.9.3.bb b/meta-python/recipes-devtools/python/python-vobject_0.9.3.bb new file mode 100644 index 0000000000..58cf00b6e3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-vobject_0.9.3.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] = "fe5996008d5e4858d63156b37b43d59c" | ||
| 8 | SRC_URI[sha256sum] = "10b150b87ee5fffefd3aa1ea12f31aab45a7b7d010d1ce6816afaff8db726520" | ||
| 9 | |||
| 10 | inherit pypi setuptools | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "\ | ||
| 13 | ${PYTHON_PN}-dateutil \ | ||
| 14 | ${PYTHON_PN}-numbers \ | ||
| 15 | " | ||
