From 0d89747a9007d5439fe253d97f4feea99f6254cb Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 1 Dec 2017 15:19:36 -0500 Subject: python-sqlparse: uprev to v0.2.4 This update is required to support the stable/pike version of python-glance. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-sqlparse_0.1.16.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb (limited to 'meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb') diff --git a/meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb b/meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb deleted file mode 100644 index 93f7210..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Non-validating SQL parser module" -HOMEPAGE = "http://pypi.python.org/pypi/sqlparse" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=13ec2f893997ca1f516b55496e019a81" - -SRC_URI[md5sum] = "370962a307ebaaa70a28b6b0ccb53980" -SRC_URI[sha256sum] = "678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81" - -export BUILD_SYS -export HOST_SYS - -inherit setuptools pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " -- cgit v1.2.3-54-g00ecf