diff options
Diffstat (limited to 'testing/py3-aiohttp/APKBUILD')
-rw-r--r-- | testing/py3-aiohttp/APKBUILD | 4 |
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="" |