From e5d477e844a1b43cc585cb95076f8e0bfeb1a59d Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 7 Nov 2017 15:38:29 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-sqlalchemy-migrate_0.11.0.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb') 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 @@ +DESCRIPTION = "Database schema migration for SQLAlchemy" +HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/" +SECTION = "devel/python" +LICENSE = "MIT & Apache-2.0" +LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e" + +inherit pypi + +SRC_URI[md5sum] = "f68c75280270f2fb2824633ef8633628" +SRC_URI[sha256sum] = "e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece74615ca251" + +inherit setuptools + +RDEPENDS_${PN} += " \ + python-pbr \ + python-sqlalchemy \ + python-decorator \ + python-six \ + python-sqlparse \ + python-tempita \ + " + \ No newline at end of file -- cgit v1.2.3-54-g00ecf