dev-python/cassandra-driver: Fix dep on dev-python/futures

This commit is contained in:
Michał Górny
2017-04-22 13:28:31 +02:00
parent c68354ccfa
commit e0379be44a

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,8 @@ KEYWORDS="~amd64"
IUSE="+cython doc +libev +murmur test"
RDEPEND="
~dev-python/futures-2.2.0
$(python_gen_cond_dep '
~dev-python/futures-2.2.0[${PYTHON_USEDEP}]' python2_7)
virtual/python-futures[${PYTHON_USEDEP}]
>=dev-python/six-1.6[${PYTHON_USEDEP}]
"