diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-30 11:48:10 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-06-03 16:02:55 -0400 |
| commit | 49ab54419318e74224477023195b8aed442693b3 (patch) | |
| tree | c704e88cca35c61f9ee7d18b4c3955f90592cd60 /meta-openstack/recipes-devtools/python/python-tenacity_5.0.4.bb | |
| parent | 7d42013fa1d10a9bfda94a932abc8266657e1a6b (diff) | |
| download | meta-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.bb | 23 |
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 @@ | |||
| 1 | DESCRIPTION = "Retry code until it succeeeds" | ||
| 2 | HOMEPAGE = "https://github.com/jd/tenacity" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" | ||
| 6 | |||
| 7 | inherit pypi | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "2c8333b9f06d5889ea70955a004ae525" | ||
| 10 | SRC_URI[sha256sum] = "a0c3c5f7ae0c33f5556c775ca059c12d6fd8ab7121613a713e8b7d649908571b" | ||
| 11 | |||
| 12 | inherit setuptools | ||
| 13 | |||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python-pbr-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-six \ | ||
| 21 | python-futures \ | ||
| 22 | python-monotonic \ | ||
| 23 | " | ||
