aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-aiohttp
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-10-24 02:52:48 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-10-24 02:52:48 +0000
commit090420b7d028e7a1770ae0cf03818eecaceae91d (patch)
tree883bcdfebb8305b07ef322c907288a2687118023 /community/py3-aiohttp
parentd351535103b289a62eda29c999eb9057e6af105d (diff)
downloadaports-090420b7d028e7a1770ae0cf03818eecaceae91d.tar.bz2
aports-090420b7d028e7a1770ae0cf03818eecaceae91d.tar.xz
community/py3-aiohttp: disabled aarch64 for now since does not build
Diffstat (limited to 'community/py3-aiohttp')
-rw-r--r--community/py3-aiohttp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD
index 620f69b721..1c476171bf 100644
--- a/community/py3-aiohttp/APKBUILD
+++ b/community/py3-aiohttp/APKBUILD
@@ -3,10 +3,10 @@
pkgname=py3-aiohttp
_pkgname=aiohttp
pkgver=2.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="HTTP client/server for asyncio"
url="http://pypi.python.org/pypi/aiohttp"
-arch="all"
+arch="all !aarch64"
license="ASL 2.0"
depends="python3 py3-async-timeout py3-chardet py3-multidict py3-yarl"
makedepends="python3-dev"