commit: 8c229cd25dedc9543a28340871ab5e367ccb98a0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 26 01:13:18 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 26 01:13:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c229cd2
net-misc/pssh: disable py3.7 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/pssh/pssh-2.3.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/pssh/pssh-2.3.4-r1.ebuild b/net-misc/pssh/pssh-2.3.4-r1.ebuild index c84286d379e3..78373cfe0d29 100644 --- a/net-misc/pssh/pssh-2.3.4-r1.ebuild +++ b/net-misc/pssh/pssh-2.3.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1