aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-aiohttp
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-07-18 13:52:04 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-07-18 13:52:04 +0000
commit9057186cc5bdede9e1aabaa1654ac02c23b080f6 (patch)
treed021f75ac148e772222fdc150df1c5c7a6d7801d /testing/py3-aiohttp
parent93c671d6bd3c9bf33950566f878e8e6a8869cf35 (diff)
downloadaports-9057186cc5bdede9e1aabaa1654ac02c23b080f6.tar.bz2
aports-9057186cc5bdede9e1aabaa1654ac02c23b080f6.tar.xz
testing/py3-aiohttp: added py3-chardet dependency
Diffstat (limited to 'testing/py3-aiohttp')
-rw-r--r--testing/py3-aiohttp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-aiohttp/APKBUILD b/testing/py3-aiohttp/APKBUILD
index 156ceb374a..a883987fe3 100644
--- a/testing/py3-aiohttp/APKBUILD
+++ b/testing/py3-aiohttp/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py3-aiohttp
_pkgname=aiohttp
pkgver=0.22.1
-pkgrel=0
+pkgrel=1
pkgdesc="HTTP client/server for asyncio"
url="http://pypi.python.org/pypi/aiohttp"
arch="all"
license="ASL 2.0"
-depends="python3 py-chardet py3-multidict"
+depends="python3 py3-chardet py3-multidict"
depends_dev=""
makedepends="$depends_dev py-setuptools python3-dev"
install=""