diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 13:45:26 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 13:45:26 +0200 |
| commit | 015012c51419370ef76fa85b8013bafbcd487059 (patch) | |
| tree | 8b1d8776ecd82aabace2936ca8ce1154dbeb0f0c /meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb | |
| parent | 8974d9f972393c96b07af82e9558699e32dd4ca0 (diff) | |
| download | meta-cloud-services-015012c51419370ef76fa85b8013bafbcd487059.tar.gz | |
python-sqlalchemy-migrate: Update dependency list
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb')
| -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 | " |
