commit: c81305372abefb75f5efdada92815fdfd42c7a43
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 15:19:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 17:58:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8130537
sys-cluster/singularity: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-cluster/singularity/singularity-2.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/singularity/singularity-2.6.1.ebuild
b/sys-cluster/singularity/singularity-2.6.1.ebuild
index 34a5b5315e3..0ae3cb4ae91 100644
--- a/sys-cluster/singularity/singularity-2.6.1.ebuild
+++ b/sys-cluster/singularity/singularity-2.6.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit autotools eutils python-single-r1