diff options
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 | " | ||
