diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 16:28:59 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 16:29:56 +0200 |
| commit | 23e5f17c287218817177a831676a05e1303e615d (patch) | |
| tree | 86be5fe378fc437424989e27a332afff48e36d87 /meta-openstack/recipes-devtools/python | |
| parent | e52daeb0dd149c643370aeec3a34a48e153e27ae (diff) | |
| download | meta-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.bb | 20 |
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" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | SRC_URI = "\ | 7 | SRC_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 | ||
| 11 | PV = "0.5.0+git${SRCPV}" | 11 | PV = "1.6.2+git${SRCPV}" |
| 12 | SRCREV = "5ac54d4e0c89daba1be80702ee4060a538c08754" | 12 | SRCREV = "b4b21f0a6deb6434f777d9ee4a58a04db8d0afd0" |
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit setuptools | 15 | inherit setuptools |
| @@ -21,5 +21,19 @@ DEPENDS += " \ | |||
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS_${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 | " |
