From 465b607893cb78444c20b2a886290c4f36d2c3f3 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 27 May 2019 13:36:06 +0800 Subject: python-sqlalchemy-migrate:upgrade 0.11.0 -> 0.12.0 -Upgrade from python-sqlalchemy-migrate_0.11.0.bb to python-sqlalchemy-migrate_0.12.0.bb. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-sqlalchemy-migrate_0.11.0.bb | 27 ---------------------- 1 file changed, 27 deletions(-) delete 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 deleted file mode 100644 index f66476f..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -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 - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-sqlalchemy \ - python-decorator \ - python-six \ - python-sqlparse \ - python-tempita \ - " - -- cgit v1.2.3-54-g00ecf