summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb5
1 files changed, 5 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
index e48a95b..ffb3258 100644
--- a/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb
@@ -11,6 +11,11 @@ SRC_URI[sha256sum] = "e5eb0009d7fef345ffd27e43122ec288418b460952aeefde60df8e62c3
11 11
12inherit setuptools 12inherit setuptools
13 13
14# Satisfy setup.py 'setup_requires'
15DEPENDS += " \
16 python-pbr-native \
17 "
18
14RDEPENDS_${PN} += " \ 19RDEPENDS_${PN} += " \
15 python-six \ 20 python-six \
16 python-futures \ 21 python-futures \