summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 16:28:59 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 16:29:56 +0200
commit23e5f17c287218817177a831676a05e1303e615d (patch)
tree86be5fe378fc437424989e27a332afff48e36d87 /meta-openstack/recipes-devtools/python
parente52daeb0dd149c643370aeec3a34a48e153e27ae (diff)
downloadmeta-cloud-services-23e5f17c287218817177a831676a05e1303e615d.tar.gz
python-os-brick: Uprev to v1.6.2 and update dependency list
This is used by latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-brick_git.bb20
1 files changed, 17 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
index cbfc8ab..4234754 100644
--- a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb
@@ -5,11 +5,11 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRC_URI = "\ 7SRC_URI = "\
8 git://github.com/openstack/os-brick.git;branch=master \ 8 git://github.com/openstack/os-brick.git;branch=stable/newton \
9 " 9 "
10 10
11PV = "0.5.0+git${SRCPV}" 11PV = "1.6.2+git${SRCPV}"
12SRCREV = "5ac54d4e0c89daba1be80702ee4060a538c08754" 12SRCREV = "b4b21f0a6deb6434f777d9ee4a58a04db8d0afd0"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit setuptools 15inherit setuptools
@@ -21,5 +21,19 @@ DEPENDS += " \
21 " 21 "
22 22
23RDEPENDS_${PN} += " \ 23RDEPENDS_${PN} += " \
24 python-babel \
25 python-castellan \
26 python-eventlet \
27 python-os-win \
28 python-oslo.concurrency \
29 python-oslo.i18n \
30 python-oslo.log \
31 python-oslo.privsep \
32 python-oslo.serialization \
33 python-oslo.service \
34 python-oslo.utils \
24 python-pbr \ 35 python-pbr \
36 python-requests \
37 python-retrying \
38 python-six \
25 " 39 "