From 3969fb3914f5bf6c2d569638cc6239ee2d3a48fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 12 Jan 2020 11:36:25 +0100 Subject: [PATCH] dev-python/neutron-lib: Remove Python 2 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/neutron-lib/neutron-lib-1.18.0.ebuild | 3 +-- dev-python/neutron-lib/neutron-lib-1.25.0.ebuild | 3 +-- dev-python/neutron-lib/neutron-lib-1.29.1.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/neutron-lib/neutron-lib-1.18.0.ebuild b/dev-python/neutron-lib/neutron-lib-1.18.0.ebuild index 84c30d964607..0c00989638cc 100644 --- a/dev-python/neutron-lib/neutron-lib-1.18.0.ebuild +++ b/dev-python/neutron-lib/neutron-lib-1.18.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 @@ -48,5 +48,4 @@ RDEPEND="${CDEPEND} >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}] >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}] - >=dev-python/weakrefmethod-1.0.2[$(python_gen_usedep 'python2_7')] >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]" diff --git a/dev-python/neutron-lib/neutron-lib-1.25.0.ebuild b/dev-python/neutron-lib/neutron-lib-1.25.0.ebuild index d8512ce621b1..f6fac8a2e762 100644 --- a/dev-python/neutron-lib/neutron-lib-1.25.0.ebuild +++ b/dev-python/neutron-lib/neutron-lib-1.25.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 @@ -45,6 +45,5 @@ RDEPEND="${CDEPEND} >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}] >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}] >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}] - >=dev-python/weakrefmethod-1.0.2[$(python_gen_usedep 'python2_7')] >=dev-python/os-traits-0.9.0[${PYTHON_USEDEP}] >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]" diff --git a/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild b/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild index 9d7cc685412a..ca6dda873e75 100644 --- a/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild +++ b/dev-python/neutron-lib/neutron-lib-1.29.1.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 @@ -47,6 +47,5 @@ RDEPEND="${CDEPEND} >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}] >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}] >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/weakrefmethod-1.0.2[${PYTHON_USEDEP}]' 'python2_7') >=dev-python/os-traits-0.9.0[${PYTHON_USEDEP}] >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]" -- 2.26.2