summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-14 11:26:03 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-14 11:26:03 +0200
commit3e46a1eada627db86425f3f960ca463eaf2f65d3 (patch)
tree47880dd6a60f8971a065852444c251aa8beb9d2e
parentb4bdf17b76bdc28692c56d0cc9e25a00b7e843d0 (diff)
downloadmeta-cloud-services-3e46a1eada627db86425f3f960ca463eaf2f65d3.tar.gz
python-pysqlite: Drop recipe
Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb29
1 files changed, 0 insertions, 29 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 a47666d..0000000
--- a/meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb
+++ /dev/null
@@ -1,29 +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
7PR = "r0"
8
9SRCNAME = "pysqlite"
10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "7ff1cedee74646b50117acff87aa1cfa"
13SRC_URI[sha256sum] = "fe9c35216bf56c858b34c4b4c8be7e34566ddef29670e5a5b43f9cb8ecfbb28d"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19FILES_${PN} += "${datadir}/*"
20
21# DEPENDS_default: python-pip
22
23DEPENDS += " \
24 python-pip \
25 "
26
27# RDEPENDS_default:
28RDEPENDS_${PN} += " \
29 "