diff options
Diffstat (limited to 'community/bzr')
-rw-r--r-- | community/bzr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bzr/APKBUILD b/community/bzr/APKBUILD index a555efe023..b9e1e37a99 100644 --- a/community/bzr/APKBUILD +++ b/community/bzr/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="A scalable distributed SCM tool" url="http://bazaar.canonical.com/" arch="all" license="GPL2+" -depends="python" +depends="python2" makedepends="python2-dev" subpackages="$pkgname-doc" source="http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz" |