aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-aiohttp/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-aiohttp/APKBUILD b/testing/py3-aiohttp/APKBUILD
index bdfffd1479..156ceb374a 100644
--- a/testing/py3-aiohttp/APKBUILD
+++ b/testing/py3-aiohttp/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="HTTP client/server for asyncio"
url="http://pypi.python.org/pypi/aiohttp"
arch="all"
license="ASL 2.0"
-depends="python3 py-chardet"
+depends="python3 py-chardet py3-multidict"
depends_dev=""
makedepends="$depends_dev py-setuptools python3-dev"
install=""