mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-lang/wabt: Add dev-python/ply as BDEPEND
Closes: https://bugs.gentoo.org/874663 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
37e16f64f8
commit
5a54af1b12
@ -18,13 +18,20 @@ IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="test? ( dev-cpp/gtest )"
|
||||
BDEPEND="${PYTHON_DEPS}"
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
$(python_gen_any_dep 'dev-python/ply[${PYTHON_USEDEP}]')
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
# Disable tests depending on third_party/wasm-c-api/example/*.wasm
|
||||
"${FILESDIR}/wabt-1.0.29-wasm-blob-tests.patch"
|
||||
)
|
||||
|
||||
python_check_deps() {
|
||||
python_has_version "dev-python/ply[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user