summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-12-15 15:09:13 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-12-21 17:15:22 -0500
commit7ef8fbfab8ced12e291e8579d39e913cda25c3ab (patch)
tree15a750d2c472ad8b3d473604f795eb2190e2606b
parentde757baf471d6dc74b14ff9224e5ae47add897e1 (diff)
downloadmeta-cloud-services-7ef8fbfab8ced12e291e8579d39e913cda25c3ab.tar.gz
python-pysqlite: Remove recipe
When I tried to change it to python3, it reported the following error: | pysqlite is not supported on Python 3. When using Python 3, use the sqlite3 module from the standard library. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb b/meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb
deleted file mode 100644
index 6b8de00..0000000
--- a/meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1DESCRIPTION = "DB-API 2.0 interface for SQLite 3.x"
2HOMEPAGE = "http://github.com/ghaering/pysqlite"
3SECTION = "devel/python"
4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a85bd923e5c830f8eb89db354ff72f38"
6
7SRC_URI[md5sum] = "7ff1cedee74646b50117acff87aa1cfa"
8SRC_URI[sha256sum] = "fe9c35216bf56c858b34c4b4c8be7e34566ddef29670e5a5b43f9cb8ecfbb28d"
9
10inherit setuptools3 pypi
11
12FILES_${PN} += "${datadir}/*"
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 python-pip \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 "