diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-14 15:02:36 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-14 15:02:36 +0000 |
commit | 60c86e7fb57edf36191178c095b1c39bbc4b035a (patch) | |
tree | 3ffb109a2ed56d95cfa3499ae9ccc3ee2ad9e821 /python/python-sqlite_0.5.0.oe | |
parent | fc915eada84fcc41b5f209c9076adf08d0286932 (diff) |
BUGFIX: the python packages should now build again
(fixed some dependencies, too)
BKrev: 402e388ceppLnKc1s7M7m_83993tLQ
Diffstat (limited to 'python/python-sqlite_0.5.0.oe')
-rw-r--r-- | python/python-sqlite_0.5.0.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe index e69de29bb2..0929d77ea8 100644 --- a/python/python-sqlite_0.5.0.oe +++ b/python/python-sqlite_0.5.0.oe @@ -0,0 +1,12 @@ +DESCRIPTION="A Python extension for the SQLite Embedded Relational Database" +SECTION=base +PRIORITY=optional +MAINTAINER="Michael Lauer <mickey@Vanille.de>" +RDEPENDS=libc6 python-core python-re python-lang sqlite +DEPENDS=virtual/libc sqlite +SRCNAME=pysqlite + +SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz +S = ${WORKDIR}/${SRCNAME} + +inherit distutils |