diff options
| author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-08-28 10:56:38 +0900 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-30 00:20:49 -0400 |
| commit | 7bb83a2d1b411d7f6cad9c73705db62728a74a45 (patch) | |
| tree | 87c7523075a7be4aabc55738c284762d3bf59cc6 /meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb | |
| parent | a3885dbac315895daa6d7d6e1e71c1c8bcd9a552 (diff) | |
| download | meta-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.1.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 0000000..742d6a4 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tenacity_5.1.1.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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] = "c960e3f0c66207c85bbae72a8232278b" | ||
| 10 | SRC_URI[sha256sum] = "a4eb168dbf55ed2cae27e7c6b2bd48ab54dabaf294177d998330cf59f294c112" | ||
| 11 | |||
| 12 | inherit setuptools | ||
| 13 | |||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python-pbr-native \ | ||
| 17 | python-setuptools-scm-native \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | python-six \ | ||
| 22 | python-futures \ | ||
| 23 | python-monotonic \ | ||
| 24 | " | ||
