mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-python/cassandra-driver: Fix dep on dev-python/futures
This commit is contained in:
@@ -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}]
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user