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