diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-12-01 15:19:36 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-12-01 21:46:36 -0500 |
| commit | 0d89747a9007d5439fe253d97f4feea99f6254cb (patch) | |
| tree | 38923df9efa7c07f9a683d3788a816afda1a8c58 /meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb | |
| parent | f793205c73a006734b84c708f49049a1067f6b6a (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "Non-validating SQL parser module" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/sqlparse" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=13ec2f893997ca1f516b55496e019a81" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "370962a307ebaaa70a28b6b0ccb53980" | ||
| 8 | SRC_URI[sha256sum] = "678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81" | ||
| 9 | |||
| 10 | export BUILD_SYS | ||
| 11 | export HOST_SYS | ||
| 12 | |||
| 13 | inherit setuptools pypi | ||
| 14 | |||
| 15 | # DEPENDS_default: python-pip | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
