dev-python/aiohttp: Use virtual for module with mixed support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-10 10:23:41 +01:00
parent b52bee16e3
commit b5bef34e0d
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/asyncio[${PYTHON_USEDEP}]"
RDEPEND="virtual/python-asyncio[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}

View File

@@ -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="