diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 09:50:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 09:56:50 +0200 |
commit | c302067cbc300c7ef4024e95c5ba2367d3d013ac (patch) | |
tree | c51f3624e9ee28215cf4674cb25a9527a6887b5a /dev-python/unittest-mixins | |
parent | dev-python/PyContracts: Remove python2 (diff) | |
download | gentoo-c302067cbc300c7ef4024e95c5ba2367d3d013ac.tar.gz gentoo-c302067cbc300c7ef4024e95c5ba2367d3d013ac.tar.bz2 gentoo-c302067cbc300c7ef4024e95c5ba2367d3d013ac.zip |
dev-python/unittest-mixins: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unittest-mixins')
-rw-r--r-- | dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild (renamed from dev-python/unittest-mixins/unittest-mixins-1.6.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild b/dev-python/unittest-mixins/unittest-mixins-1.6-r1.ebuild index 81ad947a25e4..e3ab1a0af3b3 100644 --- a/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild +++ b/dev-python/unittest-mixins/unittest-mixins-1.6-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,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |