diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:41:17 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:55 -0400 |
| commit | f4ec694307f0d0841326cfee90a19978ba0e6ff3 (patch) | |
| tree | 0b374a48d2277de51e5a1353770259c3507020c7 /meta-openstack/recipes-devtools | |
| parent | 3be055dc2ca22f4d81b27ab13d24c19db11b0179 (diff) | |
| download | meta-cloud-services-f4ec694307f0d0841326cfee90a19978ba0e6ff3.tar.gz | |
python-swiftclient: added 1.4.0
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb new file mode 100644 index 0000000..9063f73 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Client library for OpenStack Object Storage API" | ||
| 2 | HOMEPAGE = "https://github.com/openstack/python-swiftclient" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "3767442551361cffdbb3681e401cea52" | ||
| 12 | SRC_URI[sha256sum] = "95367a1db761cd71ac480cd4733a1cc55ef2afc2d48613142b8b89eac50cccc8" | ||
| 13 | |||
| 14 | inherit setuptools | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += "python-simplejson" \ No newline at end of file | ||
