diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 17:32:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:43 +0000 |
commit | 513eb1c6498a2733b712cfc4ebbd5722a03618a2 (patch) | |
tree | ce60b262082c5af39193841700208a5582a8762d /community/py3-aiohttp1-cors | |
parent | 46a49ce0891b68c3c636376a89ec4b407a24ff42 (diff) | |
download | aports-513eb1c6498a2733b712cfc4ebbd5722a03618a2.tar.bz2 aports-513eb1c6498a2733b712cfc4ebbd5722a03618a2.tar.xz |
community/py3-aiohttp1-cors: rebuild against python 3.7
Diffstat (limited to 'community/py3-aiohttp1-cors')
-rw-r--r-- | community/py3-aiohttp1-cors/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-aiohttp1-cors/APKBUILD b/community/py3-aiohttp1-cors/APKBUILD index 6cb5af58c4..9c752751e8 100644 --- a/community/py3-aiohttp1-cors/APKBUILD +++ b/community/py3-aiohttp1-cors/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-aiohttp1-cors _pkgname=aiohttp_cors pkgver=0.5.3 -pkgrel=0 +pkgrel=1 pkgdesc="CORS support for aiohttp - 1.x version" url="https://github.com/aio-libs/aiohttp-cors" arch="noarch" license="Apache-2.0" depends="py3-aiohttp1 !py3-aiohttp-cors" -makedepends="python3-dev" +makedepends="python3-dev py3-setuptools" source="$_pkgname-$pkgver.tar.gz::https://github.com/aio-libs/aiohttp-cors/archive/v$pkgver.tar.gz" builddir="$srcdir"/aiohttp-cors-$pkgver |