aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb
index 715d2cd2..f66476f5 100644
--- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb
@@ -11,6 +11,11 @@ SRC_URI[sha256sum] = "e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece7461
inherit setuptools
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+ python-pbr-native \
+ "
+
RDEPENDS_${PN} += " \
python-pbr \
python-sqlalchemy \
@@ -19,4 +24,4 @@ RDEPENDS_${PN} += " \
python-sqlparse \
python-tempita \
"
- \ No newline at end of file
+