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