diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:39:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:42:21 +0100 |
commit | 9454d0d070cf8542165d0078b67121161349dc26 (patch) | |
tree | 23b0a9f05e475a1ec22b0d3a574fbfa9b9ec553a /sys-cluster/placement | |
parent | sys-cluster/neutron: Remove Python 2 support (diff) | |
download | gentoo-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/placement')
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 |