summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb
index 7e1fc09..1883dbb 100644
--- a/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb
@@ -20,10 +20,12 @@ inherit setuptools
20 20
21DEPENDS += " \ 21DEPENDS += " \
22 python-pip \ 22 python-pip \
23 python-pbr \
23 " 24 "
24 25
25# RDEPENDS_default: 26# RDEPENDS_default:
26RDEPENDS_${PN} += " \ 27RDEPENDS_${PN} += " \
27 python-six \ 28 python-six \
28 python-webob \ 29 python-webob \
30 python-pbr \
29 " 31 "