diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb b/meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.bb new file mode 100644 index 0000000..bcab75a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-tenacity_6.2.0.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] = "41e4e17cdedfa95fa626e528f596e151" | ||
| 10 | SRC_URI[sha256sum] = "29ae90e7faf488a8628432154bb34ace1cca58244c6ea399fd33f066ac71339a" | ||
| 11 | |||
| 12 | inherit setuptools3 | ||
| 13 | |||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python3-pbr-native \ | ||
| 17 | python3-setuptools-scm-native \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | python3-six \ | ||
| 22 | python3-monotonic \ | ||
| 23 | " | ||
