summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-10 10:23:41 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-10 11:54:09 +0100
commitb5bef34e0d1b46deec8e03f7e82cd21ec5389ac9 (patch)
treea52009b8bb2cdc4140fd5250b9c5ea47f8ab205a /dev-python/aiohttp/aiohttp-0.17.4.ebuild
parentdev-python/aioeventlet: Use virtual for module with mixed support (diff)
downloadgentoo-b5bef34e0d1b46deec8e03f7e82cd21ec5389ac9.tar.gz
gentoo-b5bef34e0d1b46deec8e03f7e82cd21ec5389ac9.tar.bz2
gentoo-b5bef34e0d1b46deec8e03f7e82cd21ec5389ac9.zip
dev-python/aiohttp: Use virtual for module with mixed support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp/aiohttp-0.17.4.ebuild')
-rw-r--r--dev-python/aiohttp/aiohttp-0.17.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp/aiohttp-0.17.4.ebuild b/dev-python/aiohttp/aiohttp-0.17.4.ebuild
index 2f1c8fab373e..56f2ef24cc04 100644
--- a/dev-python/aiohttp/aiohttp-0.17.4.ebuild
+++ b/dev-python/aiohttp/aiohttp-0.17.4.ebuild
@@ -19,7 +19,7 @@ IUSE="doc examples test"
CDEPEND="
dev-python/chardet[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/asyncio[${PYTHON_USEDEP}]' 'python3_3')
+ virtual/python-asyncio[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python3_3')
"
DEPEND="