diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-22 13:28:11 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-27 10:39:51 -0500 |
| commit | bc428e057f7d42e50c509eb80f6cf1da2be86b0a (patch) | |
| tree | 40659ab397fe00cbf0e1473f3843cfdb96d16577 /meta-openstack/recipes-devtools/python/python-openstackclient_git.bb | |
| parent | af0e875a115dd4c3571f5b1cbfcaf84961d84318 (diff) | |
| download | meta-cloud-services-bc428e057f7d42e50c509eb80f6cf1da2be86b0a.tar.gz | |
python-openstackclient: uprev to latest stable/pike
Align with other packages found in the openstack project umbrella by
switching to use git. Beyond this it is a straightforward uprev.
Requires updates to python-zaqarclient along with the introduction of
the python-openstacksdk package.
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-openstackclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-openstackclient_git.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb new file mode 100644 index 0000000..ce33f0c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | DESCRIPTION = "OpenStack Command-line Client" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-openstackclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRC_URI = " \ | ||
| 8 | git://github.com/openstack/python-openstackclient.git;branch=stable/pike \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV = "3.12.0+git${SRCPV}" | ||
| 12 | SRCREV = "ff4abb7d19829efa0209cb67faf01011d9c841c5" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | DEPENDS += "\ | ||
| 18 | python-pbr \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | python-pbr \ | ||
| 23 | python-six \ | ||
| 24 | python-babel \ | ||
| 25 | python-cliff \ | ||
| 26 | python-keystoneauth1 \ | ||
| 27 | python-openstacksdk \ | ||
| 28 | python-osc-lib \ | ||
| 29 | python-oslo.i18n \ | ||
| 30 | python-oslo.utils \ | ||
| 31 | python-glanceclient \ | ||
| 32 | python-keystoneclient \ | ||
| 33 | python-novaclient \ | ||
| 34 | python-cinderclient \ | ||
| 35 | " | ||
