diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:29 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | e5d477e844a1b43cc585cb95076f8e0bfeb1a59d (patch) | |
| tree | 03da5a7965d8ac495a9740f02ca0c58ed1823436 /meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb | |
| parent | f325f0ec7b738aac7181b86076a350a74b21633b (diff) | |
| download | meta-cloud-services-e5d477e844a1b43cc585cb95076f8e0bfeb1a59d.tar.gz | |
python-sqlalchemy-migrate: upgrade to v0.11.0
This version is required by the latest version of keystone.
The additional license was added since the source header has one
license and the COPYING file has a different license, so better safe
than sorry.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 0000000..715d2cd --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Database schema migration for SQLAlchemy" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT & Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e" | ||
| 6 | |||
| 7 | inherit pypi | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "f68c75280270f2fb2824633ef8633628" | ||
| 10 | SRC_URI[sha256sum] = "e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece74615ca251" | ||
| 11 | |||
| 12 | inherit setuptools | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += " \ | ||
| 15 | python-pbr \ | ||
| 16 | python-sqlalchemy \ | ||
| 17 | python-decorator \ | ||
| 18 | python-six \ | ||
| 19 | python-sqlparse \ | ||
| 20 | python-tempita \ | ||
| 21 | " | ||
| 22 | \ No newline at end of file | ||
