dev-python/spyder-line-profiler: does not work with spyder-5

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2020-08-20 11:38:47 +02:00
committed by Joonas Niilola
parent 01a07a030d
commit dc3c864aca

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_7 )
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1 virtualx
@@ -17,11 +17,13 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/line_profiler[${PYTHON_USEDEP}]
>=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]"
>=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
<dev-python/spyder-5.0.0[${PYTHON_USEDEP}]
"
DEPEND="test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest-qt[${PYTHON_USEDEP}] )"
dev-python/pytest-qt[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest