diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 14:38:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:43 +0000 |
commit | 46a49ce0891b68c3c636376a89ec4b407a24ff42 (patch) | |
tree | 64da449d0958ec0c5252ff1d348586879a9cbf5a /community/py3-aiohttp1 | |
parent | 9ebe8f341e2527f4bb57adb6c40a010a28190445 (diff) | |
download | aports-46a49ce0891b68c3c636376a89ec4b407a24ff42.tar.bz2 aports-46a49ce0891b68c3c636376a89ec4b407a24ff42.tar.xz |
community/py3-aiohttp1: rebuild against python 3.7
Diffstat (limited to 'community/py3-aiohttp1')
-rw-r--r-- | community/py3-aiohttp1/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-aiohttp1/APKBUILD b/community/py3-aiohttp1/APKBUILD index 7c19371661..c856668559 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" |