summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-28 17:57:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-29 14:22:57 +0100
commitd376c7b53124bcf3dc8757fc006f703bd9a65b2e (patch)
tree3d877b52286862c6ff86b0f782f90903f81c75b2 /sys-cluster/nova/nova-18.2.3.ebuild
parentsys-cluster/cinder: Drop python2_7 (diff)
downloadgentoo-d376c7b53124bcf3dc8757fc006f703bd9a65b2e.tar.gz
gentoo-d376c7b53124bcf3dc8757fc006f703bd9a65b2e.tar.bz2
gentoo-d376c7b53124bcf3dc8757fc006f703bd9a65b2e.zip
sys-cluster/nova: Drop python2_7
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-cluster/nova/nova-18.2.3.ebuild')
-rw-r--r--sys-cluster/nova/nova-18.2.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-cluster/nova/nova-18.2.3.ebuild b/sys-cluster/nova/nova-18.2.3.ebuild
index f57c926d0e3e..e46324c4bd73 100644
--- a/sys-cluster/nova/nova-18.2.3.ebuild
+++ b/sys-cluster/nova/nova-18.2.3.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1 eutils linux-info multilib user
DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
@@ -151,7 +151,6 @@ RDEPEND="
>=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
>=dev-python/zVMCloudConnector-1.1.1[${PYTHON_USEDEP}]
- >=dev-python/futures-3.0.0[$(python_gen_usedep 'python2_7')]
dev-python/libvirt-python[${PYTHON_USEDEP}]
app-emulation/libvirt[iscsi?]
novncproxy? ( www-apps/novnc )