diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:19:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 19:58:25 +0200 |
commit | c81305372abefb75f5efdada92815fdfd42c7a43 (patch) | |
tree | f516f7160c2500c6dba136e4618d7c1fb49a960b /sys-cluster/singularity | |
parent | sys-cluster/pacemaker: Remove py2.7 (diff) | |
download | gentoo-c81305372abefb75f5efdada92815fdfd42c7a43.tar.gz gentoo-c81305372abefb75f5efdada92815fdfd42c7a43.tar.bz2 gentoo-c81305372abefb75f5efdada92815fdfd42c7a43.zip |
sys-cluster/singularity: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster/singularity')
-rw-r--r-- | sys-cluster/singularity/singularity-2.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/singularity/singularity-2.6.1.ebuild b/sys-cluster/singularity/singularity-2.6.1.ebuild index 34a5b5315e36..0ae3cb4ae918 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 |