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.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
deleted file mode 100644
index 7a99e8a..0000000
--- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
+++ /dev/null
@@ -1,35 +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"
8SRCNAME = "swiftclient"
9
10SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
11
12PV = "3.8.1+git${SRCPV}"
13SRCREV = "72b90fed4c62cf75497a7d66714f5fb0aa91f18b"
14S = "${WORKDIR}/git"
15
16inherit setuptools3 python3-dir
17
18do_install_append() {
19 cp -r tests ${D}/${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/
20}
21
22DEPENDS += " \
23 python-pip \
24 python-pbr \
25 "
26
27# Satisfy setup.py 'setup_requires'
28DEPENDS += " \
29 python-pbr-native \
30 "
31
32RDEPENDS_${PN} += " \
33 python-simplejson \
34 python-pbr \
35 "