summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-08-28 10:56:38 +0900
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-30 00:20:49 -0400
commit7bb83a2d1b411d7f6cad9c73705db62728a74a45 (patch)
tree87c7523075a7be4aabc55738c284762d3bf59cc6 /meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb
parenta3885dbac315895daa6d7d6e1e71c1c8bcd9a552 (diff)
downloadmeta-cloud-services-7bb83a2d1b411d7f6cad9c73705db62728a74a45.tar.gz
python-tenacity: upgrade 5.0.4 -> 5.1.1
Add dependency on setuptools-scm-native Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb b/meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb
deleted file mode 100644
index db435cb..0000000
--- a/meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb
+++ /dev/null
@@ -1,23 +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] = "2c8333b9f06d5889ea70955a004ae525"
10SRC_URI[sha256sum] = "a0c3c5f7ae0c33f5556c775ca059c12d6fd8ab7121613a713e8b7d649908571b"
11
12inherit setuptools
13
14# Satisfy setup.py 'setup_requires'
15DEPENDS += " \
16 python-pbr-native \
17 "
18
19RDEPENDS_${PN} += " \
20 python-six \
21 python-futures \
22 python-monotonic \
23 "