diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:14:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:14:15 +0100 |
commit | e8fd5400d819a964dc522d74120a4339806f75fb (patch) | |
tree | a532e89baa0b0d43dec60613202eb148529bb7bc /dev-python/moto | |
parent | dev-python/s3fs: Remove py2 (diff) | |
download | gentoo-e8fd5400d819a964dc522d74120a4339806f75fb.tar.gz gentoo-e8fd5400d819a964dc522d74120a4339806f75fb.tar.bz2 gentoo-e8fd5400d819a964dc522d74120a4339806f75fb.zip |
dev-python/moto: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/moto')
-rw-r--r-- | dev-python/moto/moto-1.0.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/moto/moto-1.3.8-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |