summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-12-01 15:19:36 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-01 21:46:36 -0500
commit0d89747a9007d5439fe253d97f4feea99f6254cb (patch)
tree38923df9efa7c07f9a683d3788a816afda1a8c58 /meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb
parentf793205c73a006734b84c708f49049a1067f6b6a (diff)
downloadmeta-cloud-services-0d89747a9007d5439fe253d97f4feea99f6254cb.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb22
1 files changed, 0 insertions, 22 deletions
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 @@
1DESCRIPTION = "Non-validating SQL parser module"
2HOMEPAGE = "http://pypi.python.org/pypi/sqlparse"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=13ec2f893997ca1f516b55496e019a81"
6
7SRC_URI[md5sum] = "370962a307ebaaa70a28b6b0ccb53980"
8SRC_URI[sha256sum] = "678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81"
9
10export BUILD_SYS
11export HOST_SYS
12
13inherit setuptools pypi
14
15# DEPENDS_default: python-pip
16
17DEPENDS += " \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 "