diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-11-18 00:14:17 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-19 11:10:02 -0500 |
| commit | 530bbe0546588386ca52ae44d266d41a3b48db7e (patch) | |
| tree | d4e486822bb0956c288e94e6799e277c4aa062ab /meta-openstack/recipes-devtools/python | |
| parent | 5c44e6f076e5f9cfba71dc10f93325f7c1f15455 (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "DB-API 2.0 interface for SQLite 3.x" | ||
| 2 | HOMEPAGE = "http://github.com/ghaering/pysqlite" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Zlib" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a85bd923e5c830f8eb89db354ff72f38" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "7ff1cedee74646b50117acff87aa1cfa" | ||
| 8 | SRC_URI[sha256sum] = "fe9c35216bf56c858b34c4b4c8be7e34566ddef29670e5a5b43f9cb8ecfbb28d" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | FILES_${PN} += "${datadir}/*" | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
