dev-python/pygls: fix dependencies

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2023-06-11 13:36:45 +02:00
parent dcf6981bce
commit f8be4b438c
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 3 deletions

View File

@ -23,17 +23,16 @@ RESTRICT="!test? ( test )"
RDEPEND="
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="
${RDEPEND}
dev-python/wheel[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/cattrs[${PYTHON_USEDEP}]
)
"