diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb | 7 |
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 715d2cd..f66476f 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 | |||
| 11 | 11 | ||
| 12 | inherit setuptools | 12 | inherit setuptools |
| 13 | 13 | ||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python-pbr-native \ | ||
| 17 | " | ||
| 18 | |||
| 14 | RDEPENDS_${PN} += " \ | 19 | RDEPENDS_${PN} += " \ |
| 15 | python-pbr \ | 20 | python-pbr \ |
| 16 | python-sqlalchemy \ | 21 | python-sqlalchemy \ |
| @@ -19,4 +24,4 @@ RDEPENDS_${PN} += " \ | |||
| 19 | python-sqlparse \ | 24 | python-sqlparse \ |
| 20 | python-tempita \ | 25 | python-tempita \ |
| 21 | " | 26 | " |
| 22 | \ No newline at end of file | 27 | |
