commit: 21b67cebf91c54df3d6b9a5cc2a9c6e1448c56e4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 7 10:06:40 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 10:07:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b67ceb
app-admin/salt: Remove obsolete pytest-tempdir dependency The dependency is not used upstream since Sep 2023. Noticed by vimproved, thanks! See-also: https://github.com/saltstack/salt/commit/cbcbe14d47ee6dc49ad287dbb509f2f334f16dbf Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-admin/salt/salt-3006.7-r1.ebuild | 3 +-- app-admin/salt/salt-3006.9-r2.ebuild | 3 +-- app-admin/salt/salt-3007.0-r1.ebuild | 3 +-- app-admin/salt/salt-3007.1-r1.ebuild | 3 +-- app-admin/salt/salt-3007.1-r2.ebuild | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/app-admin/salt/salt-3006.7-r1.ebuild b/app-admin/salt/salt-3006.7-r1.ebuild index 57bb61e046c3..746bc69b6f9f 100644 --- a/app-admin/salt/salt-3006.7-r1.ebuild +++ b/app-admin/salt/salt-3006.7-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_1{0..1} ) +PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 @@ -105,7 +105,6 @@ BDEPEND=" >=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}] >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] >=dev-python/pytest-salt-factories-1.0.0_rc28[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] dev-python/pytest-shell-utilities[${PYTHON_USEDEP}] diff --git a/app-admin/salt/salt-3006.9-r2.ebuild b/app-admin/salt/salt-3006.9-r2.ebuild index 2c10b17b189d..f793a220348c 100644 --- a/app-admin/salt/salt-3006.9-r2.ebuild +++ b/app-admin/salt/salt-3006.9-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_1{0..2} ) +PYTHON_COMPAT=( python3_1{1..2} ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 @@ -107,7 +107,6 @@ BDEPEND=" >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] <=dev-python/pytest-8.2.0[${PYTHON_USEDEP}] >=dev-python/pytest-salt-factories-1.0.0_rc28[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] dev-python/pytest-shell-utilities[${PYTHON_USEDEP}] diff --git a/app-admin/salt/salt-3007.0-r1.ebuild b/app-admin/salt/salt-3007.0-r1.ebuild index 3073f2fa854f..f85e5ace9217 100644 --- a/app-admin/salt/salt-3007.0-r1.ebuild +++ b/app-admin/salt/salt-3007.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_1{0..2} ) +PYTHON_COMPAT=( python3_1{1..2} ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 @@ -108,7 +108,6 @@ BDEPEND=" >=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}] >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] >=dev-python/pytest-salt-factories-1.0.0_rc29[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] dev-python/pytest-shell-utilities[${PYTHON_USEDEP}] diff --git a/app-admin/salt/salt-3007.1-r1.ebuild b/app-admin/salt/salt-3007.1-r1.ebuild index 538dcfea22fe..5ec69d3877ac 100644 --- a/app-admin/salt/salt-3007.1-r1.ebuild +++ b/app-admin/salt/salt-3007.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_1{0..2} ) +PYTHON_COMPAT=( python3_1{1..2} ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 @@ -108,7 +108,6 @@ BDEPEND=" >=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}] >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] >=dev-python/pytest-salt-factories-1.0.0_rc29[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] dev-python/pytest-shell-utilities[${PYTHON_USEDEP}] diff --git a/app-admin/salt/salt-3007.1-r2.ebuild b/app-admin/salt/salt-3007.1-r2.ebuild index adeb593b33a1..f78431596b3a 100644 --- a/app-admin/salt/salt-3007.1-r2.ebuild +++ b/app-admin/salt/salt-3007.1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_1{0..2} ) +PYTHON_COMPAT=( python3_1{1..2} ) DISTUTILS_USE_PEP517=setuptools inherit systemd distutils-r1 @@ -108,7 +108,6 @@ BDEPEND=" >=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}] >=dev-python/pytest-7.2.0[${PYTHON_USEDEP}] >=dev-python/pytest-salt-factories-1.0.0_rc29[${PYTHON_USEDEP}] - dev-python/pytest-tempdir[${PYTHON_USEDEP}] dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] dev-python/pytest-shell-utilities[${PYTHON_USEDEP}]
