summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-gdata_2.0.18.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-01-20 20:17:48 +0000
committerKhem Raj <raj.khem@gmail.com>2020-01-22 09:56:34 -0800
commit05d0c5eee319055816bbea8b9dd972f723f68019 (patch)
tree4d8a93409d360a347586f83aee7b7129132218ee /meta-python/recipes-devtools/python/python-gdata_2.0.18.bb
parent698c36f58434009844b90d7bda1ab38b5af3d62a (diff)
downloadmeta-openembedded-05d0c5eee319055816bbea8b9dd972f723f68019.tar.gz
meta-python: remove python2 recipes from layer
Remove recipes which require python2 from the layer. Those recipes are moved to meta-python2 and are not required here any longer. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb21
1 files changed, 0 insertions, 21 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
deleted file mode 100644
index 897581f19..000000000
--- a/meta-python/recipes-devtools/python/python-gdata_2.0.18.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "Google Data APIs Python Client Library"
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://README.txt;md5=4c8f0e6846e52a7fe4943acf462d808d"
4HOMEPAGE = "http://code.google.com/p/gdata-python-client/"
5
6SRC_URI[md5sum] = "13b6e6dd8f9e3e9a8e005e05a8329408"
7SRC_URI[sha256sum] = "56e7d22de819c22b13ceb0fe1869729b4287f89ebbd4bb55380d7bcf61a1fdb6"
8
9S = "${WORKDIR}/gdata.py-${PV}"
10
11inherit pypi distutils
12
13FILES_${PN} += "${datadir}"
14
15RDEPENDS_${PN} = " \
16 ${PYTHON_PN}-distutils \
17 ${PYTHON_PN}-json \
18 ${PYTHON_PN}-netserver \
19 ${PYTHON_PN}-stringold \
20 ${PYTHON_PN}-xml \
21"