dev-util/pkgcheck: add dep on tree-sitter-bash

Current pkgcheck now supports disabling the bundled tree-sitter-bash, so
we can make the live ebuild depend on dev-libs/tree-sitter-bash now.

Closes: https://bugs.gentoo.org/834135
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/25298
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2022-05-02 21:57:00 +02:00
committed by Michał Górny
parent d33672fa71
commit 72c3ca1f0b

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,6 +31,8 @@ else
>=sys-apps/pkgcore-0.12.8[${PYTHON_USEDEP}]"
fi
RDEPEND+="
dev-libs/tree-sitter
dev-libs/tree-sitter-bash
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
@@ -47,6 +49,8 @@ BDEPEND="
distutils_enable_tests setup.py
export USE_SYSTEM_TREE_SITTER_BASH=1
src_test() {
local -x PYTHONDONTWRITEBYTECODE=
distutils-r1_src_test