diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb index 2fd7262..410deeb 100644 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb +++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb | |||
| @@ -25,8 +25,11 @@ DEPENDS += " \ | |||
| 25 | python-pbr-native \ | 25 | python-pbr-native \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | RDEPENDS_${PN} += "python-sqlalchemy \ | 28 | RDEPENDS_${PN} += " \ |
| 29 | python-decorator \ | 29 | python-decorator \ |
| 30 | python-tempita \ | ||
| 31 | python-pbr \ | 30 | python-pbr \ |
| 31 | python-six \ | ||
| 32 | python-sqlalchemy \ | ||
| 33 | python-sqlparse \ | ||
| 34 | python-tempita \ | ||
| 32 | " | 35 | " |
