aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-pyldap/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-pyldap/APKBUILD')
-rw-r--r--community/py-pyldap/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py-pyldap/APKBUILD b/community/py-pyldap/APKBUILD
index 8e50840bff..8d421a1108 100644
--- a/community/py-pyldap/APKBUILD
+++ b/community/py-pyldap/APKBUILD
@@ -8,7 +8,7 @@ _verminor=${pkgver#*.}; _verminor=${_verminor%%.*}
pkgrel=1
pkgdesc="Python modules for implementing LDAP clients"
url="https://github.com/pyldap/pyldap"
-arch="noarch"
+arch="all"
license="PSF"
depends="libldap>=$_vermajor.$_verminor"
makedepends="python2-dev python3-dev openldap-dev>=$_vermajor.$_verminor"
@@ -39,7 +39,6 @@ _py3() {
_py() {
local python="$1"
pkgdesc="$pkgdesc (for $python)"
- arch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"