diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 01:30:55 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:35 -0500 |
commit | 01ac9544e0a645f80f0c3aea327bf3ee8d02fff9 (patch) | |
tree | ae36cebdb8571699ab08bba9b89300f01865de38 /meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | |
parent | 2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4 (diff) | |
download | meta-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_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb new file mode 100644 index 0000000..032d472 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | |||
@@ -0,0 +1,17 @@ | |||
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 = "git://github.com/openstack/python-swiftclient.git;branch=master" | ||
10 | |||
11 | PV="git${SRCPV}" | ||
12 | SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761" | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools | ||
16 | |||
17 | RDEPENDS_${PN} += "python-simplejson" \ No newline at end of file | ||