From 200890de2bae26f139fc0ca32a8dbde5ef896de8 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 30 Jan 2017 22:16:17 -0500 Subject: python-alembic: uprev to 0.8.10 This uprev is required to support python-oslo.db uprev to stable/newton. The license is still MIT though the md5sum required being updated. Runtime dependencies were updated based on requires.txt. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-alembic_0.8.3.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb (limited to 'meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb') diff --git a/meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb b/meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb deleted file mode 100644 index 01214e4..0000000 --- a/meta-openstack/recipes-devtools/python/python-alembic_0.8.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "A database migration tool for SQLAlchemy." -HOMEPAGE = "http://bitbucket.org/zzzeek/alembic" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8faea05c89b6ff4ad5a9fa082f540719" - -SRCNAME = "alembic" - -SRC_URI = "https://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "2e4ef17675316af9f09d749b0aee390e" -SRC_URI[sha256sum] = "eeac36589c1bf393e2040de01514a0d101ef17039957300209b0b44f3ddffce9" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += " \ - python-sqlalchemy \ - python-python-editor \ - " - -- cgit v1.2.3-54-g00ecf