summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-06-15 16:29:40 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-16 20:34:45 -0400
commit274f5def1fa20ee182f2fbc751af4df309a13248 (patch)
treefd4525d09448af487eea6159af419e5b26deae1c /meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
parentebb4a9a61b04aba7c870cefa77bc31d08e7180f0 (diff)
downloadmeta-cloud-services-274f5def1fa20ee182f2fbc751af4df309a13248.tar.gz
python3-tenacity: Changepython to python3
upgrade 5.1.1 -> 6.2.0 python-futures is only for Python 2, so remove it. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb b/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
deleted file mode 100644
index bbe62f5..0000000
--- a/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "Retry code until it succeeeds"
2HOMEPAGE = "https://github.com/jd/tenacity"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
6
7inherit pypi
8
9SRC_URI[md5sum] = "c960e3f0c66207c85bbae72a8232278b"
10SRC_URI[sha256sum] = "a4eb168dbf55ed2cae27e7c6b2bd48ab54dabaf294177d998330cf59f294c112"
11
12inherit setuptools3
13
14# Satisfy setup.py 'setup_requires'
15DEPENDS += " \
16 python-pbr-native \
17 python-setuptools3-scm-native \
18 "
19
20RDEPENDS_${PN} += " \
21 python-six \
22 python-futures \
23 python-monotonic \
24 "