diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-12-01 15:19:37 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-12-01 21:46:36 -0500 |
| commit | 9ff65ecfdc232eda192c1ca2f79a99a61121737a (patch) | |
| tree | 3ab1e392469f50c42be5a2defcb00fb30510715e /meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb | |
| parent | 0d89747a9007d5439fe253d97f4feea99f6254cb (diff) | |
| download | meta-cloud-services-9ff65ecfdc232eda192c1ca2f79a99a61121737a.tar.gz | |
python-barbicanclient: uprev to latest stable/pike
Needed for the uprev of python-castellan.
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-barbicanclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb index 4361e34..8b1b8e9 100644 --- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb | |||
| @@ -4,14 +4,12 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 10 | git://github.com/openstack/python-barbicanclient.git;branch=master \ | 8 | git://github.com/openstack/python-barbicanclient.git;branch=stable/pike \ |
| 11 | " | 9 | " |
| 12 | 10 | ||
| 13 | PV = "3.0.3+git${SRCPV}" | 11 | PV = "4.5.2+git${SRCPV}" |
| 14 | SRCREV = "2919366867af335d59913764a55ca8e95569947d" | 12 | SRCREV = "775de93a612db866bb39ba6828f3e7bd1aa3c9f5" |
| 15 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 16 | 14 | ||
| 17 | inherit setuptools | 15 | inherit setuptools |
| @@ -22,7 +20,12 @@ DEPENDS += " \ | |||
| 22 | " | 20 | " |
| 23 | 21 | ||
| 24 | RDEPENDS_${PN} += " \ | 22 | RDEPENDS_${PN} += " \ |
| 23 | python-pbr \ | ||
| 25 | python-requests \ | 24 | python-requests \ |
| 26 | python-six \ | 25 | python-six \ |
| 27 | python-keystoneclient \ | 26 | python-cliff \ |
| 28 | " | 27 | python-keystoneauth1 \ |
| 28 | python-oslo.i18n \ | ||
| 29 | python-oslo.serialization \ | ||
| 30 | python-oslo.utils \ | ||
| 31 | " | ||
