commit: 7fe399ec33ec261d82e7a58a11a44a3faef63d93
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 16:43:16 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 16:53:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe399ec
dev-python/nose_fixes: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nose_fixes/nose_fixes-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/nose_fixes/nose_fixes-1.3.ebuild
b/dev-python/nose_fixes/nose_fixes-1.3.ebuild
index 5747c3ccb34..5abc2100e90 100644
--- a/dev-python/nose_fixes/nose_fixes-1.3.ebuild
+++ b/dev-python/nose_fixes/nose_fixes-1.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
inherit distutils-r1