aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-02-18 10:03:54 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-20 14:51:57 +0100
commitd2b9e9ed719d3889e7d746ed6c850fb649dd1e69 (patch)
tree0457844b5f6313d03d8fda35dea1aa2b6fbf8f26 /meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
parent4d60de68a2cc775586b8f7a015064abdcce7d6cd (diff)
downloadmeta-openembedded-d2b9e9ed719d3889e7d746ed6c850fb649dd1e69.tar.gz
python-gdata: RDepend on python-xml instead of python-elementtree
* python-elementtree was folded to python-xml by this oe-core commit: commit 5f7206eba3953b7f29148ecfb791995773ee5fc7 Author: Ross Burton <ross.burton@intel.com> Date: Wed Feb 10 14:04:04 2016 +0000 python: merge python-elementtree into python-xml python-xml depends on python-elementtree as the latter just contains a C library used by the former. However there's no point to this split apart from increasing the number of packages, so merge -elementtree into python-xml. * this is just band-aid for missing RPROVIDEs in that oe-core commit and be aware that upgrade-path on target is still broken (no RREPLACES/RCONFLICTS), so you'll need "upgrade" from python-elementtree manually on target. * fixes: ERROR: Nothing RPROVIDES 'python-elementtree' (but /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python-elementtree' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-elementtree'] NOTE: Runtime target 'python-gdata-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-gdata-dev', 'python-elementtree'] NOTE: Runtime target 'python-gdata' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-gdata', 'python-elementtree']
Diffstat (limited to 'meta-python/recipes-devtools/python/python-gdata_1.2.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-gdata_1.2.4.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb b/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
index ea602779be..2205584c5f 100644
--- a/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
+++ b/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
@@ -14,5 +14,4 @@ S = "${WORKDIR}/gdata.py-${PV}"
FILES_${PN} += "${datadir}"
-RDEPENDS_${PN} = "python-elementtree"
-
+RDEPENDS_${PN} = "python-xml"