mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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:
@@ -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}
|
||||
|
||||
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user