aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-aiohttp1/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-aiohttp1/APKBUILD')
-rw-r--r--community/py3-aiohttp1/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-aiohttp1/APKBUILD b/community/py3-aiohttp1/APKBUILD
index 7c193716611..c8566685592 100644
--- a/community/py3-aiohttp1/APKBUILD
+++ b/community/py3-aiohttp1/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py3-aiohttp1
_pkgname=aiohttp
pkgver=1.3.5
-pkgrel=0
+pkgrel=1
pkgdesc="HTTP client/server for asyncio - 1.x version"
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-aiohttp"
-makedepends="python3-dev"
+makedepends="python3-dev py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/aio-libs/aiohttp/archive/$pkgver.tar.gz
dropped-requirements.patch"
builddir="$srcdir/$_pkgname-$pkgver"