summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-22 13:28:11 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-27 10:39:51 -0500
commitbc428e057f7d42e50c509eb80f6cf1da2be86b0a (patch)
tree40659ab397fe00cbf0e1473f3843cfdb96d16577 /meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb
parentaf0e875a115dd4c3571f5b1cbfcaf84961d84318 (diff)
downloadmeta-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_1.1.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb23
1 files changed, 0 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 @@
1DESCRIPTION = "OpenStack Command-line Client"
2HOMEPAGE = "https://github.com/openstack/python-openstackclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7PYPI_PACKAGE = "python-openstackclient"
8
9SRC_URI[md5sum] = "c965b343b0fdf97d01e28d5460c7c175"
10SRC_URI[sha256sum] = "875b54ac95e29cc83ae76513b48306c8493c12d5ba7d23aea3432216f2fa91ba"
11
12inherit setuptools pypi
13
14DEPENDS += "\
15 python-pbr \
16 "
17
18RDEPENDS_${PN} += "\
19 python-pbr \
20 python-os-client-config \
21 python-appdirs \
22 python-keystoneauth1 \
23 "