From d075879097109f0bf9cff82772a16fc437e2ae47 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 2 Jun 2010 15:19:35 +0000 Subject: testing/py-sqlite: minor build fix --- testing/py-sqlite/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/py-sqlite') diff --git a/testing/py-sqlite/APKBUILD b/testing/py-sqlite/APKBUILD index e5b87bd6c..a0ae27156 100644 --- a/testing/py-sqlite/APKBUILD +++ b/testing/py-sqlite/APKBUILD @@ -8,14 +8,14 @@ pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational databa url="http://code.google.com/p/pysqlite/" license="MIT" depends="python sqlite" -makedepends="sqlite-dev" +makedepends="sqlite-dev python-dev" install= source="http://pysqlite.googlecode.com/files/${_realname}-${pkgver}.tar.gz" _builddir="$srcdir"/$_realname-$pkgver build() { - exit 0 + return 0 } package() { -- cgit v1.2.3