summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-01 23:08:46 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-04 13:59:44 +0200
commit8eb0fc52c9ea4d87e4e51f148c6534fc8f8b86b9 (patch)
tree16db04f072ca70a9eed77884b2ebe3cf38631c9d /dev-python/m2r
parentdev-python/automat: Remove py2.7 (diff)
downloadgentoo-8eb0fc52c9ea4d87e4e51f148c6534fc8f8b86b9.tar.gz
gentoo-8eb0fc52c9ea4d87e4e51f148c6534fc8f8b86b9.tar.bz2
gentoo-8eb0fc52c9ea4d87e4e51f148c6534fc8f8b86b9.zip
dev-python/m2r: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/m2r')
-rw-r--r--dev-python/m2r/m2r-0.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/m2r/m2r-0.2.1.ebuild b/dev-python/m2r/m2r-0.2.1.ebuild
index 524fde1d1afb..a0723dd76814 100644
--- a/dev-python/m2r/m2r-0.2.1.ebuild
+++ b/dev-python/m2r/m2r-0.2.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..9} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1