diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 10:23:41 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:54:09 +0100 |
commit | b5bef34e0d1b46deec8e03f7e82cd21ec5389ac9 (patch) | |
tree | a52009b8bb2cdc4140fd5250b9c5ea47f8ab205a /dev-python/aiohttp | |
parent | dev-python/aioeventlet: Use virtual for module with mixed support (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/aiohttp/aiohttp-0.17.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild b/dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild index b66fe1e3cf67..fc7434edb9ea 100644 --- a/dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild +++ b/dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild @@ -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} 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=" |