diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-11 09:49:29 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-11 14:07:32 +0000 |
commit | 3c4b13a2a8ec5ed3662e28f5de79521a96d8551b (patch) | |
tree | bfa1222bd83c0d39c5830d058828061b20e176ff /main | |
parent | d7542cfb44d4399f4f249d6b29f92b35d08c7bd4 (diff) | |
download | aports-3c4b13a2a8ec5ed3662e28f5de79521a96d8551b.tar.bz2 aports-3c4b13a2a8ec5ed3662e28f5de79521a96d8551b.tar.xz |
main/py-sqlite: py-setuptools added
Diffstat (limited to 'main')
-rw-r--r-- | main/py-sqlite/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-sqlite/APKBUILD b/main/py-sqlite/APKBUILD index 9b32388545..9dc1d91ce3 100644 --- a/main/py-sqlite/APKBUILD +++ b/main/py-sqlite/APKBUILD @@ -9,7 +9,7 @@ url="http://code.google.com/p/pysqlite/" arch="all" license="MIT" depends="sqlite" -makedepends="sqlite-dev python-dev" +makedepends="sqlite-dev python-dev py-setuptools" install="" source="http://pysqlite.googlecode.com/files/${_pkgname}-${pkgver}.tar.gz" |