summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-01 01:07:01 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-01 01:14:18 +0100
commit6ef73a67a6ce0684cb6b438bcfdba381a3406a8a (patch)
tree1703b7fa8ebbaf36dfcf3fb88f43d215ff42994a
parentdev-python/nose: Remove py2 revision (diff)
downloadgentoo-6ef73a67a6ce0684cb6b438bcfdba381a3406a8a.tar.gz
gentoo-6ef73a67a6ce0684cb6b438bcfdba381a3406a8a.tar.bz2
gentoo-6ef73a67a6ce0684cb6b438bcfdba381a3406a8a.zip
dev-python/coverage: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/coverage/coverage-4.5.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/coverage/coverage-4.5.4.ebuild b/dev-python/coverage/coverage-4.5.4.ebuild
index 5c165c0f480f..617f99ee8935 100644
--- a/dev-python/coverage/coverage-4.5.4.ebuild
+++ b/dev-python/coverage/coverage-4.5.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1