diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-gdata_2.0.18.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-gdata_2.0.18.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-gdata_2.0.18.bb b/meta-python/recipes-devtools/python/python-gdata_2.0.18.bb new file mode 100644 index 000000000..897581f19 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-gdata_2.0.18.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Google Data APIs Python Client Library" | ||
2 | LICENSE = "Apache-2.0" | ||
3 | LIC_FILES_CHKSUM = "file://README.txt;md5=4c8f0e6846e52a7fe4943acf462d808d" | ||
4 | HOMEPAGE = "http://code.google.com/p/gdata-python-client/" | ||
5 | |||
6 | SRC_URI[md5sum] = "13b6e6dd8f9e3e9a8e005e05a8329408" | ||
7 | SRC_URI[sha256sum] = "56e7d22de819c22b13ceb0fe1869729b4287f89ebbd4bb55380d7bcf61a1fdb6" | ||
8 | |||
9 | S = "${WORKDIR}/gdata.py-${PV}" | ||
10 | |||
11 | inherit pypi distutils | ||
12 | |||
13 | FILES_${PN} += "${datadir}" | ||
14 | |||
15 | RDEPENDS_${PN} = " \ | ||
16 | ${PYTHON_PN}-distutils \ | ||
17 | ${PYTHON_PN}-json \ | ||
18 | ${PYTHON_PN}-netserver \ | ||
19 | ${PYTHON_PN}-stringold \ | ||
20 | ${PYTHON_PN}-xml \ | ||
21 | " | ||