summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swiftclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb17
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 @@
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 = "git://github.com/openstack/python-swiftclient.git;branch=master"
10
11PV="git${SRCPV}"
12SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761"
13S = "${WORKDIR}/git"
14
15inherit setuptools
16
17RDEPENDS_${PN} += "python-simplejson" \ No newline at end of file