mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-10 10:09:42 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
32e1af7379
commit
8173c31a01
18
meta-python/recipes-devtools/python/python-pysqlite.inc
Normal file
18
meta-python/recipes-devtools/python/python-pysqlite.inc
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "DB-API 2.0 interface for SQLite 3.x"
|
||||
HOMEPAGE = "http://github.com/ghaering/pysqlite"
|
||||
LICENSE = "Zlib"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=28ad4f115e06c88bd737372a453369d8"
|
||||
|
||||
SRC_URI[md5sum] = "033f17b8644577715aee55e8832ac9fc"
|
||||
SRC_URI[sha256sum] = "17d3335863e8cf8392eea71add33dab3f96d060666fe68ab7382469d307f4490"
|
||||
|
||||
inherit pypi
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-pip"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
sqlite3 \
|
||||
"
|
||||
|
||||
FILES_${PN}-doc += "${datadir}"
|
||||
Reference in New Issue
Block a user