diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-06-15 14:22:00 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-06-15 14:30:46 +0100 |
commit | 89186168664f9215dea510ed81747aae1579fd05 (patch) | |
tree | 609ac0c94b12bdb54520006ceef3a39224fa02b7 /dev-python/pytest-testinfra | |
parent | media-libs/liblscp: removed obsolete 0.9.2 (diff) | |
download | gentoo-89186168664f9215dea510ed81747aae1579fd05.tar.gz gentoo-89186168664f9215dea510ed81747aae1579fd05.tar.bz2 gentoo-89186168664f9215dea510ed81747aae1579fd05.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pytest-testinfra')
-rw-r--r-- | dev-python/pytest-testinfra/pytest-testinfra-6.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 8081571a974a..3f037acb055c 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}] |