dev-util/cmake-language-server: clarify pygls dep, remove dupe

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2023-03-09 16:29:31 +01:00
parent 5ec3ba0cc6
commit b40ad21882
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -24,6 +24,7 @@ RESTRICT="!test? ( test )"
COMMON_DEPEND="
$(python_gen_cond_dep '
>=dev-python/pygls-0.12[${PYTHON_USEDEP}]
<dev-python/pygls-1[${PYTHON_USEDEP}]
dev-util/cmakelang[${PYTHON_USEDEP}]
')
"
@ -31,7 +32,6 @@ DEPEND="${COMMON_DEPEND}"
RDEPEND="
${COMMON_DEPEND}
dev-util/cmake
dev-util/cmakelang
"
BDEPEND="
test? (