diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 11:26:03 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 11:26:03 +0200 |
| commit | 3e46a1eada627db86425f3f960ca463eaf2f65d3 (patch) | |
| tree | 47880dd6a60f8971a065852444c251aa8beb9d2e /meta-openstack | |
| parent | b4bdf17b76bdc28692c56d0cc9e25a00b7e843d0 (diff) | |
| download | meta-cloud-services-3e46a1eada627db86425f3f960ca463eaf2f65d3.tar.gz | |
python-pysqlite: Drop recipe
Newer recipe maintained in meta-python.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pysqlite_2.6.3.bb | 29 |
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 @@ | |||
| 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 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "pysqlite" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "7ff1cedee74646b50117acff87aa1cfa" | ||
| 13 | SRC_URI[sha256sum] = "fe9c35216bf56c858b34c4b4c8be7e34566ddef29670e5a5b43f9cb8ecfbb28d" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | FILES_${PN} += "${datadir}/*" | ||
| 20 | |||
| 21 | # DEPENDS_default: python-pip | ||
| 22 | |||
| 23 | DEPENDS += " \ | ||
| 24 | python-pip \ | ||
| 25 | " | ||
| 26 | |||
| 27 | # RDEPENDS_default: | ||
| 28 | RDEPENDS_${PN} += " \ | ||
| 29 | " | ||
