From 01ac9544e0a645f80f0c3aea327bf3ee8d02fff9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Oct 2013 01:30:55 -0400 Subject: 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 --- .../recipes-devtools/python/python-swiftclient_git.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-swiftclient_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-swiftclient_git.bb') 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 @@ +DESCRIPTION = "Client library for OpenStack Object Storage API" +HOMEPAGE = "https://github.com/openstack/python-swiftclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +PR = "r0" + +SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" + +PV="git${SRCPV}" +SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761" +S = "${WORKDIR}/git" + +inherit setuptools + +RDEPENDS_${PN} += "python-simplejson" \ No newline at end of file -- cgit v1.2.3-54-g00ecf