summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/python-pysqlite_1.0.oe0
-rw-r--r--python/python-sqlite_0.5.0.oe12
2 files changed, 0 insertions, 12 deletions
diff --git a/python/python-pysqlite_1.0.oe b/python/python-pysqlite_1.0.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-pysqlite_1.0.oe
diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe
deleted file mode 100644
index 1ff933fea3..0000000000
--- a/python/python-sqlite_0.5.0.oe
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "A Python extension for the SQLite Embedded Relational Database"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-RDEPENDS = "python-core python-re python-lang"
-DEPENDS = "sqlite"
-SRCNAME = "pysqlite"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}"
-
-inherit distutils