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 | |
| 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>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb | 23 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-openstackclient_git.bb | 35 |
2 files changed, 35 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb deleted file mode 100644 index b4beaad..0000000 --- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 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=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "python-openstackclient" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "c965b343b0fdf97d01e28d5460c7c175" | ||
| 10 | SRC_URI[sha256sum] = "875b54ac95e29cc83ae76513b48306c8493c12d5ba7d23aea3432216f2fa91ba" | ||
| 11 | |||
| 12 | inherit setuptools pypi | ||
| 13 | |||
| 14 | DEPENDS += "\ | ||
| 15 | python-pbr \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += "\ | ||
| 19 | python-pbr \ | ||
| 20 | python-os-client-config \ | ||
| 21 | python-appdirs \ | ||
| 22 | python-keystoneauth1 \ | ||
| 23 | " | ||
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 | " | ||
