diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-04-04 16:02:53 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-09 10:48:37 -0400 |
| commit | 079219736cf8f3a25f5071d85a35666e570fb743 (patch) | |
| tree | 3c0da4a35e2ab649a1ae464a81eb2311459c395b /meta-openstack/recipes-devtools/python/python-os-brick_git.bb | |
| parent | a112d86e7472251ac6518c2b7aed5efb8222582d (diff) | |
| download | meta-cloud-services-079219736cf8f3a25f5071d85a35666e570fb743.tar.gz | |
python-os-brick: uprev to 1.15.5
Required uprev to support the stable/pike version of python-nova.
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-os-brick_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-brick_git.bb | 20 |
1 files changed, 16 insertions, 4 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..f266f70 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/pike \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | PV = "0.5.0+git${SRCPV}" | 11 | PV = "1.15.5+git${SRCPV}" |
| 12 | SRCREV = "5ac54d4e0c89daba1be80702ee4060a538c08754" | 12 | SRCREV = "4090db76673cadb3b8adfceb106069e03414de49" |
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit setuptools | 15 | inherit setuptools |
| @@ -22,4 +22,16 @@ DEPENDS += " \ | |||
| 22 | 22 | ||
| 23 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS_${PN} += " \ |
| 24 | python-pbr \ | 24 | python-pbr \ |
| 25 | " | 25 | python-babel \ |
| 26 | python-eventlet \ | ||
| 27 | python-oslo.concurrency \ | ||
| 28 | python-oslo.log \ | ||
| 29 | python-oslo.serialization \ | ||
| 30 | python-oslo.i18n \ | ||
| 31 | python-oslo.privsep \ | ||
| 32 | python-oslo.service \ | ||
| 33 | python-oslo.utils \ | ||
| 34 | python-requests \ | ||
| 35 | python-retrying \ | ||
| 36 | python-six \ | ||
| 37 | python-os-win \ | ||
