summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 01:30:55 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:35 -0500
commit01ac9544e0a645f80f0c3aea327bf3ee8d02fff9 (patch)
treeae36cebdb8571699ab08bba9b89300f01865de38 /meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb
parent2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4 (diff)
downloadmeta-cloud-services-01ac9544e0a645f80f0c3aea327bf3ee8d02fff9.tar.gz
swift: uprev to havana release
Upreving the swift component to the havana release. At the same time, we switch to building from git. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb16
1 files changed, 0 insertions, 16 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
deleted file mode 100644
index 9063f73..0000000
--- a/meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "Client library for OpenStack Object Storage API"
2HOMEPAGE = "https://github.com/openstack/python-swiftclient"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7PR = "r0"
8
9SRC_URI = "https://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "3767442551361cffdbb3681e401cea52"
12SRC_URI[sha256sum] = "95367a1db761cd71ac480cd4733a1cc55ef2afc2d48613142b8b89eac50cccc8"
13
14inherit setuptools
15
16RDEPENDS_${PN} += "python-simplejson" \ No newline at end of file