commit: ede76d28b691ae6f70cd16aa765a4c39b974065f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 19:43:56 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 19:47:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede76d28
dev-python/debtcollector: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/debtcollector/debtcollector-1.21.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/debtcollector/debtcollector-1.21.0.ebuild
b/dev-python/debtcollector/debtcollector-1.21.0.ebuild
index 1f91538f8b8..89bc19073f2 100644
--- a/dev-python/debtcollector/debtcollector-1.21.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.21.0.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