diff options
author | Derek Straka <derek@asterius.io> | 2017-03-01 16:10:18 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-04 12:38:56 +0100 |
commit | 8173c31a017bf40c44e9de8ff4288b100b48ab74 (patch) | |
tree | edc11aa2ecc85f54844372532915b2519e90a106 /meta-python/recipes-devtools | |
parent | 32e1af7379b9ccc0ddfe6c9cbe627ceacf3f4677 (diff) | |
download | meta-openembedded-8173c31a017bf40c44e9de8ff4288b100b48ab74.tar.gz |
python-pysqlite: add initial recipe for version 2.8.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pysqlite.inc | 18 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pysqlite_2.8.3.bb | 2 |
2 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysqlite.inc b/meta-python/recipes-devtools/python/python-pysqlite.inc new file mode 100644 index 000000000..884556570 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pysqlite.inc | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "DB-API 2.0 interface for SQLite 3.x" | ||
2 | HOMEPAGE = "http://github.com/ghaering/pysqlite" | ||
3 | LICENSE = "Zlib" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=28ad4f115e06c88bd737372a453369d8" | ||
5 | |||
6 | SRC_URI[md5sum] = "033f17b8644577715aee55e8832ac9fc" | ||
7 | SRC_URI[sha256sum] = "17d3335863e8cf8392eea71add33dab3f96d060666fe68ab7382469d307f4490" | ||
8 | |||
9 | inherit pypi | ||
10 | |||
11 | DEPENDS += "${PYTHON_PN}-pip" | ||
12 | |||
13 | RDEPENDS_${PN}_class-target += "\ | ||
14 | ${PYTHON_PN}-datetime \ | ||
15 | sqlite3 \ | ||
16 | " | ||
17 | |||
18 | FILES_${PN}-doc += "${datadir}" | ||
diff --git a/meta-python/recipes-devtools/python/python-pysqlite_2.8.3.bb b/meta-python/recipes-devtools/python/python-pysqlite_2.8.3.bb new file mode 100644 index 000000000..95938f2b6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pysqlite_2.8.3.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools | ||
2 | require python-pysqlite.inc | ||