From bc428e057f7d42e50c509eb80f6cf1da2be86b0a Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 22 Nov 2017 13:28:11 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-openstackclient_1.1.0.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb') 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 @@ -DESCRIPTION = "OpenStack Command-line Client" -HOMEPAGE = "https://github.com/openstack/python-openstackclient" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -PYPI_PACKAGE = "python-openstackclient" - -SRC_URI[md5sum] = "c965b343b0fdf97d01e28d5460c7c175" -SRC_URI[sha256sum] = "875b54ac95e29cc83ae76513b48306c8493c12d5ba7d23aea3432216f2fa91ba" - -inherit setuptools pypi - -DEPENDS += "\ - python-pbr \ - " - -RDEPENDS_${PN} += "\ - python-pbr \ - python-os-client-config \ - python-appdirs \ - python-keystoneauth1 \ - " -- cgit v1.2.3-54-g00ecf