diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-sqlalchemy-migrate_0.13.0.bb (renamed from meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb b/meta-openstack/recipes-devtools/python/python3-sqlalchemy-migrate_0.13.0.bb index d99f638..5142e13 100644 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.13.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-sqlalchemy-migrate_0.13.0.bb | |||
| @@ -13,15 +13,15 @@ inherit setuptools3 | |||
| 13 | 13 | ||
| 14 | # Satisfy setup.py 'setup_requires' | 14 | # Satisfy setup.py 'setup_requires' |
| 15 | DEPENDS += " \ | 15 | DEPENDS += " \ |
| 16 | python-pbr-native \ | 16 | python3-pbr-native \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | RDEPENDS_${PN} += " \ | 19 | RDEPENDS_${PN} += " \ |
| 20 | python-pbr \ | 20 | python3-pbr \ |
| 21 | python-sqlalchemy \ | 21 | python3-sqlalchemy \ |
| 22 | python-decorator \ | 22 | python3-decorator \ |
| 23 | python-six \ | 23 | python3-six \ |
| 24 | python-sqlparse \ | 24 | python3-sqlparse \ |
| 25 | python-tempita \ | 25 | python3-tempita \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
