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.1.0.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.1.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb | 16 |
1 files changed, 16 insertions, 0 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 new file mode 100644 index 0000000..3fd26d3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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] = "c965b343b0fdf97d01e28d5460c7c175" | ||
| 12 | SRC_URI[sha256sum] = "875b54ac95e29cc83ae76513b48306c8493c12d5ba7d23aea3432216f2fa91ba" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
