summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb23
1 files changed, 0 insertions, 23 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
deleted file mode 100644
index ffb3258..0000000
--- a/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "Retry code until it succeeeds"
2HOMEPAGE = "https://github.com/jd/tenacity"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
6
7inherit pypi
8
9SRC_URI[md5sum] = "7bb60e2bfa59797d415724d7cb770973"
10SRC_URI[sha256sum] = "e5eb0009d7fef345ffd27e43122ec288418b460952aeefde60df8e62c3953d4b"
11
12inherit setuptools
13
14# Satisfy setup.py 'setup_requires'
15DEPENDS += " \
16 python-pbr-native \
17 "
18
19RDEPENDS_${PN} += " \
20 python-six \
21 python-futures \
22 python-monotonic \
23 "