From 49ab54419318e74224477023195b8aed442693b3 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 30 May 2019 11:48:10 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-tenacity_5.0.4.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb (limited to 'meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb') 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 @@ +DESCRIPTION = "Retry code until it succeeeds" +HOMEPAGE = "https://github.com/jd/tenacity" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" + +inherit pypi + +SRC_URI[md5sum] = "2c8333b9f06d5889ea70955a004ae525" +SRC_URI[sha256sum] = "a0c3c5f7ae0c33f5556c775ca059c12d6fd8ab7121613a713e8b7d649908571b" + +inherit setuptools + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python-six \ + python-futures \ + python-monotonic \ + " -- cgit v1.2.3-54-g00ecf