diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:06:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:15:25 +0100 |
commit | 44a069dce1bc0c5fcafbe6afb2431574cb8d7226 (patch) | |
tree | 40a46b924486d563be4065075045ebacf2de8e20 /app-admin | |
parent | dev-python/pytest-salt-factories: Remove Python < 3.10 (diff) | |
download | gentoo-44a069dce1bc0c5fcafbe6afb2431574cb8d7226.tar.gz gentoo-44a069dce1bc0c5fcafbe6afb2431574cb8d7226.tar.bz2 gentoo-44a069dce1bc0c5fcafbe6afb2431574cb8d7226.zip |
app-admin/salt: Remove Python < 3.10
Closes: https://bugs.gentoo.org/887725
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/salt/salt-3004.2-r2.ebuild | 4 | ||||
-rw-r--r-- | app-admin/salt/salt-3005-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/salt/salt-3005.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/salt/salt-3004.2-r2.ebuild b/app-admin/salt/salt-3004.2-r2.ebuild index c420cc03e20f..9a0c3a5933f5 100644 --- a/app-admin/salt/salt-3004.2-r2.ebuild +++ b/app-admin/salt/salt-3004.2-r2.ebuild @@ -1,8 +1,8 @@ -# 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_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit systemd distutils-r1 diff --git a/app-admin/salt/salt-3005-r1.ebuild b/app-admin/salt/salt-3005-r1.ebuild index 56568c4de1e6..47d410c70d15 100644 --- a/app-admin/salt/salt-3005-r1.ebuild +++ b/app-admin/salt/salt-3005-r1.ebuild @@ -1,8 +1,8 @@ -# 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_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit systemd distutils-r1 diff --git a/app-admin/salt/salt-3005.1.ebuild b/app-admin/salt/salt-3005.1.ebuild index f5eeccf44bb3..68afb794ae71 100644 --- a/app-admin/salt/salt-3005.1.ebuild +++ b/app-admin/salt/salt-3005.1.ebuild @@ -1,8 +1,8 @@ -# 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_{8..10} ) +PYTHON_COMPAT=( python3_10 ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 |