summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-10 10:45:03 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-10 11:54:09 +0100
commit3c62beb8d23371a9fc1079d8b21b8c243f562028 (patch)
tree3c7d775e5c48720212f933605940be0f5631edec /dev-python/autobahn
parentdev-python/aiohttp: Use virtual for module with mixed support (diff)
downloadgentoo-3c62beb8d23371a9fc1079d8b21b8c243f562028.tar.gz
gentoo-3c62beb8d23371a9fc1079d8b21b8c243f562028.tar.bz2
gentoo-3c62beb8d23371a9fc1079d8b21b8c243f562028.zip
dev-python/autobahn: 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/autobahn')
-rw-r--r--dev-python/autobahn/autobahn-0.10.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/autobahn/autobahn-0.10.4.ebuild b/dev-python/autobahn/autobahn-0.10.4.ebuild
index cf0677a60d18..9a4531498063 100644
--- a/dev-python/autobahn/autobahn-0.10.4.ebuild
+++ b/dev-python/autobahn/autobahn-0.10.4.ebuild
@@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
- >=dev-python/asyncio-0.2.1[$(python_gen_usedep python3*)]
- >=dev-python/futures-2.1.5[$(python_gen_usedep python2*)]
+ $(python_gen_cond_dep 'virtual/python-asyncio[${PYTHON_USEDEP}]' 'python3*')
+ virtual/python-futures[${PYTHON_USEDEP}]
>=dev-python/lz4-0.2.1[${PYTHON_USEDEP}]
>=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
>=dev-python/six-1.6.1[${PYTHON_USEDEP}]