diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.8.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.8.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.8.2.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.8.2.bb index 06cb619..7af55a7 100644 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.8.2.bb +++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.8.2.bb | |||
| @@ -16,7 +16,13 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 19 | RDEPENDS_${PN} += "python-sqlalchemy \ | 24 | RDEPENDS_${PN} += "python-sqlalchemy \ |
| 20 | python-decorator \ | 25 | python-decorator \ |
| 21 | python-tempita \ | 26 | python-tempita \ |
| 27 | python-pbr \ | ||
| 22 | " | 28 | " |
