summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-11-18 00:14:17 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-19 11:10:02 -0500
commit530bbe0546588386ca52ae44d266d41a3b48db7e (patch)
treed4e486822bb0956c288e94e6799e277c4aa062ab /meta-openstack/recipes-devtools/python
parent5c44e6f076e5f9cfba71dc10f93325f7c1f15455 (diff)
downloadmeta-cloud-services-530bbe0546588386ca52ae44d266d41a3b48db7e.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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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 "