diff options
Diffstat (limited to 'dev-python/neutron-lib')
-rw-r--r-- | dev-python/neutron-lib/neutron-lib-1.18.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/neutron-lib/neutron-lib-1.25.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/neutron-lib/neutron-lib-1.29.1.ebuild | 4 |
3 files changed, 6 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 768730084cf2..84c30d964607 100644 --- a/dev-python/neutron-lib/neutron-lib-1.18.0.ebuild +++ b/dev-python/neutron-lib/neutron-lib-1.18.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 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 b3ca2a893a40..d8512ce621b1 100644 --- a/dev-python/neutron-lib/neutron-lib-1.25.0.ebuild +++ b/dev-python/neutron-lib/neutron-lib-1.25.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 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 99f64811e74c..9d7cc685412a 100644 --- a/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild +++ b/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 |