diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 14:24:17 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 15:23:24 +0200 |
| commit | 7dab144cbbe9e825efa1d4aa783ec6f240598799 (patch) | |
| tree | cc0e904889af47bdc0479cdbf3ddd8785e516872 /meta-openstack | |
| parent | 9a0fa05087c0ec525a74c543bfcfb0d8e8627f45 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-troveclient_git.bb | 16 |
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" | |||
| 7 | SRCNAME = "troveclient" | 7 | SRCNAME = "troveclient" |
| 8 | 8 | ||
| 9 | SRC_URI = "\ | 9 | SRC_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 | ||
| 13 | PV = "1.3.0+git${SRCPV}" | 13 | PV = "2.5.0+git${SRCPV}" |
| 14 | SRCREV = "7132f5ff78af75645c3430d35094b3c9aba49200" | 14 | SRCREV = "599171ade4475709ddd8544e7dfd7ee4ba4ba2a2" |
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit setuptools hosts default_configs rmargparse | 17 | inherit setuptools hosts default_configs rmargparse |
| @@ -55,14 +55,18 @@ DEPENDS += " \ | |||
| 55 | " | 55 | " |
| 56 | 56 | ||
| 57 | RDEPENDS_${PN} += " \ | 57 | RDEPENDS_${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 | ||
| 68 | RDEPENDS_${SRCNAME}-tests += "python-mock" | 72 | RDEPENDS_${SRCNAME}-tests += "python-mock" |
