diff options
Diffstat (limited to 'main/py-yaml/APKBUILD')
-rw-r--r-- | main/py-yaml/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/py-yaml/APKBUILD b/main/py-yaml/APKBUILD index ec095a56ac..3544756797 100644 --- a/main/py-yaml/APKBUILD +++ b/main/py-yaml/APKBUILD @@ -7,7 +7,7 @@ pkgver=3.12 pkgrel=0 pkgdesc="Python bindings for YAML" url="http://pyyaml.org" -arch="noarch" +arch="all" license="MIT" depends="" makedepends="python2-dev python3-dev yaml-dev" @@ -38,7 +38,6 @@ _py3() { _py() { local python="$1" pkgdesc="$pkgdesc (for $python)" - arch="all" install_if="$pkgname=$pkgver-r$pkgrel $python" cd "$builddir" |