dev-python/pygls: fix dependencies
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
dcf6981bce
commit
f8be4b438c
|
@ -23,17 +23,16 @@ RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/lsprotocol[${PYTHON_USEDEP}]
|
dev-python/lsprotocol[${PYTHON_USEDEP}]
|
||||||
<dev-python/typeguard-3.0.0[${PYTHON_USEDEP}]
|
>=dev-python/typeguard-3.0.0[${PYTHON_USEDEP}]
|
||||||
|
<dev-python/typeguard-4.0.0[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${RDEPEND}
|
${RDEPEND}
|
||||||
dev-python/wheel[${PYTHON_USEDEP}]
|
dev-python/wheel[${PYTHON_USEDEP}]
|
||||||
dev-python/toml[${PYTHON_USEDEP}]
|
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||||
dev-python/mock[${PYTHON_USEDEP}]
|
|
||||||
dev-python/cattrs[${PYTHON_USEDEP}]
|
dev-python/cattrs[${PYTHON_USEDEP}]
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
Reference in New Issue
Block a user