From d588ed560d28f8a2690cef5c6e1e11eb0da093f5 Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 11 Dec 2019 09:35:43 +0800 Subject: python-alembic: Remove the recipe Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-alembic_0.8.10.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb b/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb deleted file mode 100644 index 5a377d6..0000000 --- a/meta-openstack/recipes-devtools/python/python-alembic_0.8.10.bb +++ /dev/null @@ -1,17 +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=d07407716fd24408b5747b0fa2262775" - -SRC_URI[md5sum] = "21b344a70ce637699c18bf074a080649" -SRC_URI[sha256sum] = "0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919" - -inherit setuptools pypi - -RDEPENDS_${PN} += " \ - python-sqlalchemy \ - python-mako \ - python-python-editor \ - " - -- cgit v1.2.3-54-g00ecf