summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-08-05 01:11:07 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-08-07 22:11:26 -0400
commit5b7a11ef832e5df95d98b046ee71771dd126256c (patch)
treec42cc4cf6c0cf456daf70df9f43e9e6d92fd9a63 /meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
parent204b1449666b21457bb895a05931bfbcedcb251c (diff)
downloadmeta-cloud-services-5b7a11ef832e5df95d98b046ee71771dd126256c.tar.gz
python3-swiftclient: change to python3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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 "