aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-cryptography/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-cryptography/APKBUILD')
-rw-r--r--main/py-cryptography/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/py-cryptography/APKBUILD b/main/py-cryptography/APKBUILD
index d04ca0c10e..b63e02acbd 100644
--- a/main/py-cryptography/APKBUILD
+++ b/main/py-cryptography/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.5.2
pkgrel=1
pkgdesc="A package which provides cryptographic recipes and primitives"
url="http://pypi.python.org/pypi/cryptography"
-arch="noarch"
+arch="all"
license="ASL-2.0"
depends="py-cffi py-idna py-asn1 py-six"
makedepends="python2-dev python3-dev py-setuptools libffi-dev libressl-dev"
@@ -27,7 +27,6 @@ package() {
_py() {
local python="$1"
pkgdesc="$pkgdesc (for $python)"
- arch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"