aur/ldb: add python2 makedepend

This commit is contained in:
Kevin Mihelich 2013-03-30 23:45:16 +00:00
parent 26b62778e7
commit 7d8449985c

View file

@ -10,6 +10,7 @@ url="http://ldb.samba.org/"
source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
license=('GPLv3')
depends=('talloc' 'tevent' 'tdb')
makedepends=('python2')
build() {
cd ${srcdir}/${pkgname}-${pkgver}