From 17172f0ab70f995ce4d73260b2bcfe80b4effa5e Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 4 Apr 2020 17:25:59 -0400 Subject: python-pysql: Remove package incorporated into standard library in python 3 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-pysqlite.inc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pysqlite.inc (limited to 'meta-python/recipes-devtools/python/python-pysqlite.inc') 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 884556570d..0000000000 --- a/meta-python/recipes-devtools/python/python-pysqlite.inc +++ /dev/null @@ -1,18 +0,0 @@ -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}" -- cgit v1.2.3-54-g00ecf