diff options
author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-09-04 17:15:37 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-08 10:11:46 -0400 |
commit | 6d0a95b5bda1495af1033bc05472751923735c36 (patch) | |
tree | 636b55b7410e49e68a11450baf5e22e536679aa6 /meta-openstack/recipes-devtools | |
parent | 4129c1f09f9da58c3cbbbdd6f32b575232ca15b3 (diff) | |
download | meta-cloud-services-6d0a95b5bda1495af1033bc05472751923735c36.tar.gz |
python-sqlalchemy: add dependency on sqlparse
Account for python-sqlparse dependency.
Project home page has moved to github.
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.9.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.9.6.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.9.6.bb index c64855b..3c20a50 100644 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.9.6.bb +++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.9.6.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Database schema migration for SQLAlchemy" | 1 | DESCRIPTION = "Database schema migration for SQLAlchemy" |
2 | HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/" | 2 | HOMEPAGE = "https://github.com/stackforge/sqlalchemy-migrate" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e" | 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e" |
@@ -24,4 +24,5 @@ RDEPENDS_${PN} += "python-sqlalchemy \ | |||
24 | python-decorator \ | 24 | python-decorator \ |
25 | python-tempita \ | 25 | python-tempita \ |
26 | python-pbr \ | 26 | python-pbr \ |
27 | python-sqlparse \ | ||
27 | " | 28 | " |