aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-lxml/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-lxml/APKBUILD')
-rw-r--r--main/py-lxml/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/py-lxml/APKBUILD b/main/py-lxml/APKBUILD
index e44f828bf7..e6f3a06454 100644
--- a/main/py-lxml/APKBUILD
+++ b/main/py-lxml/APKBUILD
@@ -7,7 +7,7 @@ pkgver=3.6.4
pkgrel=0
pkgdesc="Python LXML Library"
url="http://lxml.de/"
-arch="noarch"
+arch="all"
license="BSD"
depends=""
makedepends="python2-dev python3-dev libxml2-dev libxslt-dev py-setuptools"
@@ -37,7 +37,6 @@ _py3() {
_py() {
local python="$1"
pkgdesc="$pkgdesc (for $python)"
- arch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"