diff options
author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-09-04 17:15:36 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-08 10:11:46 -0400 |
commit | 4129c1f09f9da58c3cbbbdd6f32b575232ca15b3 (patch) | |
tree | 096a5f6480c261b0d5e378815fa4e6dc49ac0fae | |
parent | 6bb7b08acc6c00b6203cbb86a3e68b73d30abcbf (diff) | |
download | meta-cloud-services-4129c1f09f9da58c3cbbbdd6f32b575232ca15b3.tar.gz |
python-sqlparse: add recipe
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 0000000..acfc3cb --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "sqlparse is a non-validating SQL parser module." | ||
2 | HOMEPAGE = "https://github.com/andialbrecht/sqlparse" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD-3-Clause" | ||
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 pypi | ||