summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.db_1.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.db_1.5.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.db_1.5.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_1.5.0.bb
index 04b5dd3..1c3a7b4 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.db_1.5.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.db_1.5.0.bb
@@ -18,6 +18,7 @@ inherit setuptools
18 18
19DEPENDS += " \ 19DEPENDS += " \
20 python-pip \ 20 python-pip \
21 python-pbr \
21 " 22 "
22 23
23RDEPENDS_${PN} += " \ 24RDEPENDS_${PN} += " \
@@ -29,4 +30,5 @@ RDEPENDS_${PN} += " \
29 python-sqlalchemy \ 30 python-sqlalchemy \
30 python-sqlalchemy-migrate \ 31 python-sqlalchemy-migrate \
31 python-stevedore \ 32 python-stevedore \
33 python-pbr \
32 " 34 "