DESCRIPTION = "A Python extension for the SQLite Embedded Relational Database" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer " RDEPENDS = "python-core python-re python-lang" DEPENDS = "virtual/libc sqlite" SRCNAME = "pysqlite" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}" inherit distutils