diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-17 16:32:35 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-17 17:00:42 +0100 |
commit | f17583e33bc817c6f799432285c6ea9ebac49524 (patch) | |
tree | 6053834f402501b6ffd253fd3f7ddb77caa03a4c /main/ldb | |
parent | 8db4a226dfcb3095048249e7d068e4bc99c91477 (diff) | |
download | aports-f17583e33bc817c6f799432285c6ea9ebac49524.tar.bz2 aports-f17583e33bc817c6f799432285c6ea9ebac49524.tar.xz |
main/tevent: rename py- subpackage to py2-, update depending abuilds
Diffstat (limited to 'main/ldb')
-rw-r--r-- | main/ldb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ldb/APKBUILD b/main/ldb/APKBUILD index 89d459ec3b..b2a9026f7a 100644 --- a/main/ldb/APKBUILD +++ b/main/ldb/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="A schema-less, ldap like, API and database" url="http://ldb.samba.org/" arch="all" license="LGPL-3.0-or-later" -makedepends="libtirpc-dev tevent-dev py-tevent tdb-dev py-tdb talloc-dev +makedepends="libtirpc-dev tevent-dev py2-tevent tdb-dev py-tdb talloc-dev python2-dev popt-dev cmocka-dev" subpackages="$pkgname-dev py-$pkgname:_py $pkgname-tools" source="https://www.samba.org/ftp/pub/ldb/$pkgname-$pkgver.tar.gz" |