diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-02-03 20:41:42 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:18 -0500 |
| commit | 62cf4f5a509fd0278c1de998fba8cfa6cbfeded7 (patch) | |
| tree | 863f694ddbf6572191e6ea68d7e1377405a92037 /meta-openstack/recipes-devtools/python/python-troveclient_git.bb | |
| parent | e0c82f9b1a4867056aa334ee53f9eb93982acf48 (diff) | |
| download | meta-cloud-services-62cf4f5a509fd0278c1de998fba8cfa6cbfeded7.tar.gz | |
trove: move to latest release
Uprev trove to the latest release. This requires updates to
configurations strings since the 'sql_' configs have been deprecated.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-troveclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-troveclient_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb index a55ce27..251d9e0 100644 --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb | |||
| @@ -4,18 +4,17 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "troveclient" | 7 | SRCNAME = "troveclient" |
| 9 | 8 | ||
| 10 | SRC_URI = "\ | 9 | SRC_URI = "\ |
| 11 | git://github.com/openstack/python-troveclient.git;branch=master \ | 10 | git://github.com/openstack/python-troveclient.git;branch=master \ |
| 12 | " | 11 | " |
| 13 | 12 | ||
| 14 | PV = "1.0.9+git${SRCPV}" | 13 | PV = "1.3.0+git${SRCPV}" |
| 15 | SRCREV = "a36ebe539ce0affef5388b7edd7a6a230a0fde6c" | 14 | SRCREV = "7132f5ff78af75645c3430d35094b3c9aba49200" |
| 16 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 17 | 16 | ||
| 18 | inherit setuptools hosts default_configs | 17 | inherit setuptools hosts default_configs rmargparse |
| 19 | 18 | ||
| 20 | 19 | ||
| 21 | USERADD_PACKAGES = "${PN}" | 20 | USERADD_PACKAGES = "${PN}" |
| @@ -62,6 +61,8 @@ RDEPENDS_${PN} += " \ | |||
| 62 | python-simplejson \ | 61 | python-simplejson \ |
| 63 | python-babel \ | 62 | python-babel \ |
| 64 | python-six \ | 63 | python-six \ |
| 64 | python-oslo.utils \ | ||
| 65 | python-keystoneclient \ | ||
| 65 | " | 66 | " |
| 66 | 67 | ||
| 67 | RDEPENDS_${SRCNAME}-tests += "python-mock" | 68 | RDEPENDS_${SRCNAME}-tests += "python-mock" |
