diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:43:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:49:31 +0100 |
commit | 9cfd213d7248157a679c067a3cd0daae9a3411b3 (patch) | |
tree | fce65e281729238367869027139b62d183f82e7d /net-misc | |
parent | dev-python/kombu: Remove Python < 3.10 (diff) | |
download | gentoo-9cfd213d7248157a679c067a3cd0daae9a3411b3.tar.gz gentoo-9cfd213d7248157a679c067a3cd0daae9a3411b3.tar.bz2 gentoo-9cfd213d7248157a679c067a3cd0daae9a3411b3.zip |
net-misc/s4cmd: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/s4cmd/s4cmd-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/s4cmd/s4cmd-2.1.0.ebuild b/net-misc/s4cmd/s4cmd-2.1.0.ebuild index 27794ebca164..ad0c96c26eb5 100644 --- a/net-misc/s4cmd/s4cmd-2.1.0.ebuild +++ b/net-misc/s4cmd/s4cmd-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 ) +PYTHON_COMPAT=( python3_10 ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 bash-completion-r1 |