summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:39:30 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:42:21 +0100
commit9454d0d070cf8542165d0078b67121161349dc26 (patch)
tree23b0a9f05e475a1ec22b0d3a574fbfa9b9ec553a /sys-cluster
parentsys-cluster/neutron: Remove Python 2 support (diff)
downloadgentoo-9454d0d070cf8542165d0078b67121161349dc26.tar.gz
gentoo-9454d0d070cf8542165d0078b67121161349dc26.tar.bz2
gentoo-9454d0d070cf8542165d0078b67121161349dc26.zip
sys-cluster/placement: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/placement/placement-1.0.0-r1.ebuild2
-rw-r--r--sys-cluster/placement/placement-2.0.0.ebuild2
-rw-r--r--sys-cluster/placement/placement-2019.1.9999.ebuild2
-rw-r--r--sys-cluster/placement/placement-2019.2.9999.ebuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/placement/placement-1.0.0-r1.ebuild b/sys-cluster/placement/placement-1.0.0-r1.ebuild
index 9ca478c39218..05dd9fb8deb7 100644
--- a/sys-cluster/placement/placement-1.0.0-r1.ebuild
+++ b/sys-cluster/placement/placement-1.0.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 user
diff --git a/sys-cluster/placement/placement-2.0.0.ebuild b/sys-cluster/placement/placement-2.0.0.ebuild
index 0f15fcd1a227..0cc034068308 100644
--- a/sys-cluster/placement/placement-2.0.0.ebuild
+++ b/sys-cluster/placement/placement-2.0.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 user
diff --git a/sys-cluster/placement/placement-2019.1.9999.ebuild b/sys-cluster/placement/placement-2019.1.9999.ebuild
index 9b80d1751f20..932302170822 100644
--- a/sys-cluster/placement/placement-2019.1.9999.ebuild
+++ b/sys-cluster/placement/placement-2019.1.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 user
diff --git a/sys-cluster/placement/placement-2019.2.9999.ebuild b/sys-cluster/placement/placement-2019.2.9999.ebuild
index 30061ffe84c7..2296f8f7a949 100644
--- a/sys-cluster/placement/placement-2019.2.9999.ebuild
+++ b/sys-cluster/placement/placement-2019.2.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 user