diff options
-rw-r--r-- | testing/py-sqlite/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-sqlite/APKBUILD b/testing/py-sqlite/APKBUILD index e5b87bd6c9..a0ae27156a 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() { |