summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pysqlite.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2020-04-04 17:25:59 -0400
committerKhem Raj <raj.khem@gmail.com>2020-04-05 10:38:14 -0700
commit17172f0ab70f995ce4d73260b2bcfe80b4effa5e (patch)
treef24e6e358124c41880b57be05a4ee5612edfebce /meta-python/recipes-devtools/python/python-pysqlite.inc
parent13cb7939efcbbedfedae60b94faf388c80f0f5af (diff)
downloadmeta-openembedded-17172f0ab70f995ce4d73260b2bcfe80b4effa5e.tar.gz
python-pysql: Remove package incorporated into standard library in python 3
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pysqlite.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pysqlite.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysqlite.inc b/meta-python/recipes-devtools/python/python-pysqlite.inc
deleted file mode 100644
index 884556570..000000000
--- a/meta-python/recipes-devtools/python/python-pysqlite.inc
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "DB-API 2.0 interface for SQLite 3.x"
2HOMEPAGE = "http://github.com/ghaering/pysqlite"
3LICENSE = "Zlib"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=28ad4f115e06c88bd737372a453369d8"
5
6SRC_URI[md5sum] = "033f17b8644577715aee55e8832ac9fc"
7SRC_URI[sha256sum] = "17d3335863e8cf8392eea71add33dab3f96d060666fe68ab7382469d307f4490"
8
9inherit pypi
10
11DEPENDS += "${PYTHON_PN}-pip"
12
13RDEPENDS_${PN}_class-target += "\
14 ${PYTHON_PN}-datetime \
15 sqlite3 \
16"
17
18FILES_${PN}-doc += "${datadir}"