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-osprofiler_1.5.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
index 16b9b36..efb38a0 100644
--- a/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb
@@ -16,6 +16,11 @@ DEPENDS += " \
16 python-pbr \ 16 python-pbr \
17 " 17 "
18 18
19# Satisfy setup.py 'setup_requires'
20DEPENDS += " \
21 python-pbr-native \
22 "
23
19# RDEPENDS_default: 24# RDEPENDS_default:
20RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
21 python-pbr \ 26 python-pbr \