diff options
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, 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 \ | ||
