aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Smaniotto <smaniotto.nicola@gmail.com>2024-02-08 16:23:07 +0100
committerNicola Smaniotto <smaniotto.nicola@gmail.com>2024-02-08 16:24:57 +0100
commit55773d647adfc6967547bc1c45c88a08fb33db50 (patch)
tree5f8635d23e9cfa6a9a44acfb153e5cb9e958860c /games-rpg
parentdev-util/find-work: drop 0.3.0 (diff)
downloadguru-55773d647adfc6967547bc1c45c88a08fb33db50.tar.gz
guru-55773d647adfc6967547bc1c45c88a08fb33db50.tar.bz2
guru-55773d647adfc6967547bc1c45c88a08fb33db50.zip
games-rpg/open-adventure: add new test dependencies
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/open-adventure/open-adventure-1.18.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/games-rpg/open-adventure/open-adventure-1.18.ebuild b/games-rpg/open-adventure/open-adventure-1.18.ebuild
index dcee9d717..1975dd167 100644
--- a/games-rpg/open-adventure/open-adventure-1.18.ebuild
+++ b/games-rpg/open-adventure/open-adventure-1.18.ebuild
@@ -26,6 +26,10 @@ DEPEND="dev-libs/libedit"
RDEPEND="${DEPEND}"
BDEPEND="
$(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]' )
+ test? (
+ dev-util/cppcheck
+ $(python_gen_any_dep 'dev-python/pylint[${PYTHON_USEDEP}]')
+ )
doc? ( dev-ruby/asciidoctor )
"
@@ -33,6 +37,7 @@ DOCS=( NEWS.adoc hints.adoc history.adoc README.adoc notes.adoc )
python_check_deps() {
python_has_version "dev-python/pyyaml[${PYTHON_USEDEP}]"
+ use test && python_has_version "dev-python/pylint[${PYTHON_USEDEP}]"
}
src_prepare() {