summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-13 14:32:29 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-14 12:38:27 -0500
commitb89b484046975c026a5770fe397694a245e1f176 (patch)
treee6504fb7e27c971a20c98bf38c8621be475914ce /meta-openstack/recipes-devtools/python/python-novaclient_git.bb
parent35a0b495ff0c2d1cbd471d42decea5fc91b54954 (diff)
downloadmeta-cloud-services-b89b484046975c026a5770fe397694a245e1f176.tar.gz
python-novaclient: uprev to latest stable/pike
Updated runtime dependencies based on requirements.txt. 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.bb24
1 files changed, 15 insertions, 9 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index 1456bbc..dd89458 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -5,12 +5,12 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669"
6 6
7SRC_URI = "\ 7SRC_URI = "\
8 git://github.com/openstack/python-novaclient.git;branch=master \ 8 git://github.com/openstack/python-novaclient.git;branch=stable/pike \
9 file://nova-api-check.sh \ 9 file://nova-api-check.sh \
10 " 10 "
11 11
12PV = "2.33.0+git${SRCPV}" 12PV = "9.1.1+git${SRCPV}"
13SRCREV = "a5363ae0d60d41feff23f6cca44fcd7aa9fc5b8b" 13SRCREV = "204eff6dc7b234d2807a6caa24a2fc58ebee520b"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools monitor rmargparse 16inherit setuptools monitor rmargparse
@@ -20,12 +20,18 @@ DEPENDS += " \
20 python-pbr \ 20 python-pbr \
21 " 21 "
22 22
23RDEPENDS_${PN} += "python-iso8601 \ 23RDEPENDS_${PN} += " \
24 python-prettytable \ 24 python-pbr \
25 python-requests \ 25 python-keystoneauth1 \
26 python-simplejson \ 26 python-iso8601 \
27 python-pbr \ 27 python-oslo.i18n \
28 " 28 python-oslo.serialization \
29 python-oslo.utils \
30 python-prettytable \
31 python-simplejson \
32 python-six \
33 python-babel \
34 "
29 35
30PACKAGECONFIG ?= "bash-completion" 36PACKAGECONFIG ?= "bash-completion"
31PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" 37PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion"