summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-11 23:59:33 +0100
committerSam James <sam@gentoo.org>2021-07-12 00:00:32 +0100
commit5c6373f480026fd01f163ee8fbb7c69d54a761cf (patch)
treeab4eac97a9436e0a4ec807ef6f7118f8ae1e7782
parentprofiles/arch/riscv: remove some outdated USE masks (diff)
downloadgentoo-5c6373f4.tar.gz
gentoo-5c6373f4.tar.bz2
gentoo-5c6373f4.zip
dev-python/pytest-salt: fix RDEPEND for salt/tornado
Closes: https://bugs.gentoo.org/740882 Signed-off-by: Sam James <sam@gentoo.org>
-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