commit: 89186168664f9215dea510ed81747aae1579fd05
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 13:22:00 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 13:30:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89186168
dev-python/pytest-testinfra: remove PYTHON_USEDEP from ansible dep
Unlike the Salt one, the Ansible back-end calls various command-line
tools instead of directly importing Python modules. It will likely stay
that way too, since according to upstream this back-end is only meant
for special circumstances - normal use of testinfra on Ansible hosts
makes use of one of the SSH back-ends (or the local one for localhost).
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/pytest-testinfra/pytest-testinfra-6.3.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/pytest-testinfra/pytest-testinfra-6.3.0.ebuild
b/dev-python/pytest-testinfra/pytest-testinfra-6.3.0.ebuild
index 8081571a974..3f037acb055 100644
--- a/dev-python/pytest-testinfra/pytest-testinfra-6.3.0.ebuild
+++ b/dev-python/pytest-testinfra/pytest-testinfra-6.3.0.ebuild
@@ -16,9 +16,10 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+# Ansible is called via its CLI
BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
- app-admin/ansible[${PYTHON_USEDEP}]
+ app-admin/ansible
app-admin/salt[${PYTHON_USEDEP}]
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/pywinrm[${PYTHON_USEDEP}]