diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2019-04-08 14:00:07 -0500 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-04-10 15:52:53 +0000 |
commit | 75fadd379c8ce84039399b6fd6ee6e38e8679f05 (patch) | |
tree | f60726c0d7d4c53b6005a059add74548686bf787 /community/py3-aiohttp-gns3 | |
parent | 14a69e4e78308a1637c4d4fa904918d473a7aac2 (diff) | |
download | aports-75fadd379c8ce84039399b6fd6ee6e38e8679f05.tar.bz2 aports-75fadd379c8ce84039399b6fd6ee6e38e8679f05.tar.xz |
community/py3-aiohttp-gns3: remove cython-dev from makedepends, rebuild
Diffstat (limited to 'community/py3-aiohttp-gns3')
-rw-r--r-- | community/py3-aiohttp-gns3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-aiohttp-gns3/APKBUILD b/community/py3-aiohttp-gns3/APKBUILD index 10c9ea39ea..b8d1e30954 100644 --- a/community/py3-aiohttp-gns3/APKBUILD +++ b/community/py3-aiohttp-gns3/APKBUILD @@ -3,14 +3,14 @@ pkgname=py3-aiohttp-gns3 _pkgname=aiohttp pkgver=2.3.10 -pkgrel=1 +pkgrel=2 pkgdesc="HTTP client/server for asyncio - GNS3 compatible version" url="https://pypi.python.org/pypi/aiohttp" arch="all" license="Apache-2.0" depends="python3 py3-async-timeout-gns3 py3-chardet py3-multidict py3-yarl py3-idna-ssl py3-attrs" -makedepends="python3-dev py3-setuptools cython-dev" +makedepends="python3-dev py3-setuptools cython" conflicts="py3-aiohttp" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |