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.10.0.bb | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb deleted file mode 100644 index 2fd7262..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Database schema migration for SQLAlchemy" -HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e" - -SRCNAME = "sqlalchemy-migrate" - -SRC_URI = "https://pypi.python.org/packages/source/s/sqlalchemy-migrate/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "af20c212b3379c142a1b3f66bb39b6d8" -SRC_URI[sha256sum] = "f83c5cce9c09e5c05527279b7fe1565b32e5353342ff30b24f594fa2e5a7e003" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += "python-sqlalchemy \ - python-decorator \ - python-tempita \ - python-pbr \ - " -- cgit v1.2.3-54-g00ecf