summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-02-03 20:41:44 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:18 -0500
commitd6984bfe24fbec73fbdcc9dea51662ce5427e2c5 (patch)
treea8ea2f3259aea13968e817b202be78375bfd9aa6 /meta-openstack/recipes-devtools/python/python-novaclient_git.bb
parenta833f549270c3707fb6521b0571c23e76e0ecc9b (diff)
downloadmeta-cloud-services-d6984bfe24fbec73fbdcc9dea51662ce5427e2c5.tar.gz
nova: uprev to Liberty
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-novaclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index d8d7168..a2775ec 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -4,15 +4,13 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669"
6 6
7PR = "r0"
8
9SRC_URI = "\ 7SRC_URI = "\
10 git://github.com/openstack/python-novaclient.git;branch=master \ 8 git://github.com/openstack/python-novaclient.git;branch=master \
11 file://nova-api-check.sh \ 9 file://nova-api-check.sh \
12 " 10 "
13 11
14PV = "2.23.0+git${SRCPV}" 12PV = "2.33.0+git${SRCPV}"
15SRCREV = "e0f5072907a00d48a183dd8fc91a6cf6038ca279" 13SRCREV = "a5363ae0d60d41feff23f6cca44fcd7aa9fc5b8b"
16S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
17 15
18inherit setuptools monitor rmargparse 16inherit setuptools monitor rmargparse