diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:30 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | 3cc1ec1434561eea852b1a68e8c654af8086ced0 (patch) | |
| tree | 21a15897d76687b4ea5813cf82f68be9bbace1cf /meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb | |
| parent | ea41c634c2c6bfa6294ec8e1aff3ca86dbdc9f63 (diff) | |
| download | meta-cloud-services-3cc1ec1434561eea852b1a68e8c654af8086ced0.tar.gz | |
python-openstackclient: upgrade to 1.1.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb deleted file mode 100644 index ae8e82c..0000000 --- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb +++ /dev/null | |||
| @@ -1,16 +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 | SRCNAME = "python-openstackclient" | ||
| 8 | |||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "595c9be3ae2f967f7dd5f33753137377" | ||
| 12 | SRC_URI[sha256sum] = "d39a2e6cf98d409f8545b9d3a207eb8cbf3b2fc5ea17b0f8d9bed52326ca9f49" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
