summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-05-30 11:48:10 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-06-03 16:02:55 -0400
commit49ab54419318e74224477023195b8aed442693b3 (patch)
treec704e88cca35c61f9ee7d18b4c3955f90592cd60 /meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb
parent7d42013fa1d10a9bfda94a932abc8266657e1a6b (diff)
downloadmeta-cloud-services-49ab54419318e74224477023195b8aed442693b3.tar.gz
python-tenacity: upgrade 4.5.0 -> 5.0.4
-Upgrade from python-tenacity_4.5.0.bb to python-tenacity_5.0.4.bb. Signed-off-by: Zang Ruochen <zangrc.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, 23 insertions, 0 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
new file mode 100644
index 0000000..db435cb
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb
@@ -0,0 +1,23 @@
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 "