dev-python/python-language-server: Fix silly <= dep

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-04 14:31:00 +02:00
parent f139782580
commit 5a404b86dc

View File

@@ -24,7 +24,7 @@ RDEPEND="
<dev-python/jedi-0.16.0[${PYTHON_USEDEP}]
dev-python/pluggy[${PYTHON_USEDEP}]
>=dev-python/python-jsonrpc-server-0.3.2[${PYTHON_USEDEP}]
<=dev-python/ujson-1.35[${PYTHON_USEDEP}]"
<=dev-python/ujson-1.35-r9999[${PYTHON_USEDEP}]"
DEPEND="test? (
dev-python/autopep8[${PYTHON_USEDEP}]