summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-10 14:24:17 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-10 15:23:24 +0200
commit7dab144cbbe9e825efa1d4aa783ec6f240598799 (patch)
treecc0e904889af47bdc0479cdbf3ddd8785e516872
parent9a0fa05087c0ec525a74c543bfcfb0d8e8627f45 (diff)
downloadmeta-cloud-services-7dab144cbbe9e825efa1d4aa783ec6f240598799.tar.gz
python-troveclient: Uprev to v2.5.0
This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-troveclient_git.bb16
1 files changed, 10 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
index 251d9e0..969513a 100644
--- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7SRCNAME = "troveclient" 7SRCNAME = "troveclient"
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 git://github.com/openstack/python-troveclient.git;branch=master \ 10 git://github.com/openstack/python-troveclient.git;branch=stable/newton \
11 " 11 "
12 12
13PV = "1.3.0+git${SRCPV}" 13PV = "2.5.0+git${SRCPV}"
14SRCREV = "7132f5ff78af75645c3430d35094b3c9aba49200" 14SRCREV = "599171ade4475709ddd8544e7dfd7ee4ba4ba2a2"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit setuptools hosts default_configs rmargparse 17inherit setuptools hosts default_configs rmargparse
@@ -55,14 +55,18 @@ DEPENDS += " \
55 " 55 "
56 56
57RDEPENDS_${PN} += " \ 57RDEPENDS_${PN} += " \
58 python-babel \
59 python-keystoneauth1 \
60 python-keystoneclient \
61 python-oslo.i18n \
62 python-oslo.utils \
58 python-pbr \ 63 python-pbr \
59 python-prettytable \ 64 python-prettytable \
60 python-requests \ 65 python-requests \
61 python-simplejson \ 66 python-simplejson \
62 python-babel \
63 python-six \ 67 python-six \
64 python-oslo.utils \ 68 python-swiftclient \
65 python-keystoneclient \ 69 python-mistralclient \
66 " 70 "
67 71
68RDEPENDS_${SRCNAME}-tests += "python-mock" 72RDEPENDS_${SRCNAME}-tests += "python-mock"