forked from tastytea/overlay
dev-util/cmake-language-server: clarify pygls dep, remove dupe
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
5ec3ba0cc6
commit
b40ad21882
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
@ -24,6 +24,7 @@ RESTRICT="!test? ( test )"
|
||||||
COMMON_DEPEND="
|
COMMON_DEPEND="
|
||||||
$(python_gen_cond_dep '
|
$(python_gen_cond_dep '
|
||||||
>=dev-python/pygls-0.12[${PYTHON_USEDEP}]
|
>=dev-python/pygls-0.12[${PYTHON_USEDEP}]
|
||||||
|
<dev-python/pygls-1[${PYTHON_USEDEP}]
|
||||||
dev-util/cmakelang[${PYTHON_USEDEP}]
|
dev-util/cmakelang[${PYTHON_USEDEP}]
|
||||||
')
|
')
|
||||||
"
|
"
|
||||||
|
@ -31,7 +32,6 @@ DEPEND="${COMMON_DEPEND}"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${COMMON_DEPEND}
|
${COMMON_DEPEND}
|
||||||
dev-util/cmake
|
dev-util/cmake
|
||||||
dev-util/cmakelang
|
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user