aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-aiohttp
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-02-14 18:04:34 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-02-14 18:04:34 +0000
commit82717233a1a81e9f7deca311a8f17fa638b2487d (patch)
tree76827a32e42001d5841190f41edcb45c0484f80f /community/py3-aiohttp
parentace17b03e9d3f0494736a14b38ee39a5f22c52dc (diff)
downloadaports-82717233a1a81e9f7deca311a8f17fa638b2487d.tar.bz2
aports-82717233a1a81e9f7deca311a8f17fa638b2487d.tar.xz
community/py3-aiohttp: added missing dependency
Diffstat (limited to 'community/py3-aiohttp')
-rw-r--r--community/py3-aiohttp/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD
index 4ab09482d1..3653dd465b 100644
--- a/community/py3-aiohttp/APKBUILD
+++ b/community/py3-aiohttp/APKBUILD
@@ -3,12 +3,13 @@
pkgname=py3-aiohttp
_pkgname=aiohttp
pkgver=3.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="HTTP client/server for asyncio"
url="https://pypi.python.org/pypi/aiohttp"
arch="all"
license="Apache-2.0"
-depends="python3 py3-async-timeout py3-chardet py3-multidict py3-yarl py3-idna-ssl"
+depends="python3 py3-async-timeout py3-chardet py3-multidict py3-yarl
+ py3-idna-ssl py3-attrs"
makedepends="python3-dev py3-setuptools"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"