summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-10-19 01:47:10 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2015-10-19 01:47:10 -0500
commit3cc058cbacbdb60d6e08e96b1b79621122b65989 (patch)
treee794ca7c6b9fcdd28899636853f4a33823cffc8e /dev-python/futurist
parentdev-python/oslo-i18n: fixing sed (diff)
downloadgentoo-3cc058cbacbdb60d6e08e96b1b79621122b65989.tar.gz
gentoo-3cc058cbacbdb60d6e08e96b1b79621122b65989.tar.bz2
gentoo-3cc058cbacbdb60d6e08e96b1b79621122b65989.zip
dev-python/futurist: fixing futures dep
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/futurist')
-rw-r--r--dev-python/futurist/futurist-0.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/futurist/futurist-0.4.0.ebuild b/dev-python/futurist/futurist-0.4.0.ebuild
index 2fa646aad4e4..3146bb95d974 100644
--- a/dev-python/futurist/futurist-0.4.0.ebuild
+++ b/dev-python/futurist/futurist-0.4.0.ebuild
@@ -26,5 +26,5 @@ RDEPEND="
${CDEPEND}
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/monotonic-0.3[${PYTHON_USEDEP}]
- virtual/python-futures[${PYTHON_USEDEP}]
+ >=dev-python/futures-3.0.0[$(python_gen_usedep 'python2_7')]
>=dev-python/contextlib2-0.4.0[${PYTHON_USEDEP}]"