From: Michał Górny Date: Tue, 4 Feb 2020 13:14:15 +0000 (+0100) Subject: dev-python/moto: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e8fd5400d819a964dc522d74120a4339806f75fb;p=gentoo.git dev-python/moto: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/moto/moto-1.0.1-r1.ebuild b/dev-python/moto/moto-1.0.1-r1.ebuild index f0f54f5060c8..dedcbb200161 100644 --- a/dev-python/moto/moto-1.0.1-r1.ebuild +++ b/dev-python/moto/moto-1.0.1-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 diff --git a/dev-python/moto/moto-1.3.8-r1.ebuild b/dev-python/moto/moto-1.3.8-r1.ebuild index e574b40c5605..53588cc521fa 100644 --- a/dev-python/moto/moto-1.3.8-r1.ebuild +++ b/dev-python/moto/moto-1.3.8-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