summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb')
-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 "