mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/python-dotenv: skip test dep ipython on mips
tests/test_ipython.py has line defining::
pytest.importorskip("IPython")
So it is optional, and on mips ipython is till unkeyworded.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -22,8 +22,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/click-5[${PYTHON_USEDEP}]
|
||||
dev-python/ipython[${PYTHON_USEDEP}]
|
||||
>=dev-python/sh-2[${PYTHON_USEDEP}]
|
||||
!mips? ( dev-python/ipython[${PYTHON_USEDEP}] )
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user