diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-10-31 17:57:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-31 17:57:39 -0300 |
commit | 9974a67aa5b128932a905bd01afd70ae449a40fc (patch) | |
tree | 2f14f42d6fc9ea15204d91adfacdcbf88ce61d86 | |
parent | 7db69ac26fc2240aa88574bcfe8b608dbe1a32c4 (diff) | |
download | aports-9974a67aa5b128932a905bd01afd70ae449a40fc.tar.gz aports-9974a67aa5b128932a905bd01afd70ae449a40fc.tar.bz2 aports-9974a67aa5b128932a905bd01afd70ae449a40fc.tar.xz |
community/py3-aiohttp: add missing dependency on typing_extensions
-rw-r--r-- | community/py3-aiohttp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD index 7b92361c75..f93a65057c 100644 --- a/community/py3-aiohttp/APKBUILD +++ b/community/py3-aiohttp/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-aiohttp _pkgname=aiohttp pkgver=3.7.2 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP client/server for asyncio" 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-idna-ssl py3-attrs" + py3-idna-ssl py3-attrs py3-typing-extensions" makedepends="python3-dev py3-setuptools" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz |