diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-08-05 01:11:07 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-07 22:11:26 -0400 |
| commit | 5b7a11ef832e5df95d98b046ee71771dd126256c (patch) | |
| tree | c42cc4cf6c0cf456daf70df9f43e9e6d92fd9a63 /meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | |
| parent | 204b1449666b21457bb895a05931bfbcedcb251c (diff) | |
| download | meta-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.bb | 35 |
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 @@ | |||
| 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 | SRCNAME = "swiftclient" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" | ||
| 11 | |||
| 12 | PV = "3.8.1+git${SRCPV}" | ||
| 13 | SRCREV = "72b90fed4c62cf75497a7d66714f5fb0aa91f18b" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools3 python3-dir | ||
| 17 | |||
| 18 | do_install_append() { | ||
| 19 | cp -r tests ${D}/${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/ | ||
| 20 | } | ||
| 21 | |||
| 22 | DEPENDS += " \ | ||
| 23 | python-pip \ | ||
| 24 | python-pbr \ | ||
| 25 | " | ||
| 26 | |||
| 27 | # Satisfy setup.py 'setup_requires' | ||
| 28 | DEPENDS += " \ | ||
| 29 | python-pbr-native \ | ||
| 30 | " | ||
| 31 | |||
| 32 | RDEPENDS_${PN} += " \ | ||
| 33 | python-simplejson \ | ||
| 34 | python-pbr \ | ||
| 35 | " | ||
