summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild (renamed from dev-python/pytest-salt/pytest-salt-2020.1.27-r2.ebuild)9
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/pytest-salt/pytest-salt-2020.1.27-r2.ebuild b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
index f3d2b483cbdb..8258e36ca9ea 100644
--- a/dev-python/pytest-salt/pytest-salt-2020.1.27-r2.ebuild
+++ b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
@@ -17,22 +17,27 @@ SLOT="0"
KEYWORDS="amd64 ~arm x86"
IUSE="test"
+# See bug #740882 re salt/tornado dependency
RDEPEND="
>=dev-python/pytest-2.8.1[${PYTHON_USEDEP}]
>=dev-python/psutil-4.2.0[${PYTHON_USEDEP}]
dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
dev-python/pytest-tempdir[${PYTHON_USEDEP}]
dev-python/msgpack[${PYTHON_USEDEP}]
+ || (
+ app-admin/salt[${PYTHON_USEDEP}]
+ www-servers/tornado[${PYTHON_USEDEP}]
+ )
"
#BDEPEND="
-# test? ( app-admin/salt[${PYTHON_USEDEP}] )
+# test? ( app-admin/salt[${PYTHON_USEDEP}] )
#"
PATCHES=(
"${FILESDIR}/${PN}-2020.1.27-r2.patch"
)
-# tests need network access
+# Tests need network access
RESTRICT="test"
distutils_enable_tests pytest