diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:33 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | d677b53bcbb5ea2d6c299bf01b042a3756833223 (patch) | |
| tree | 1082f54aecc1b2da55b25bb71f5021053ea87d6c /meta-openstack/recipes-devtools/python | |
| parent | 47b9c35f12c12985ac9c9dc48f55bd95e5213ccc (diff) | |
| download | meta-cloud-services-d677b53bcbb5ea2d6c299bf01b042a3756833223.tar.gz | |
python-tenacity: initial version
There is a recipe in meta-iot-cloud but it is old and if we can avoid
pulling in yet another layer I think we are better off maintaining our
own copy.
This python package is required by the updated python-oslo.messaging
verison for stable/pike.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb b/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb new file mode 100644 index 0000000..e48a95b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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] = "7bb60e2bfa59797d415724d7cb770973" | ||
| 10 | SRC_URI[sha256sum] = "e5eb0009d7fef345ffd27e43122ec288418b460952aeefde60df8e62c3953d4b" | ||
| 11 | |||
| 12 | inherit setuptools | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += " \ | ||
| 15 | python-six \ | ||
| 16 | python-futures \ | ||
| 17 | python-monotonic \ | ||
| 18 | " | ||
