dev-python/opentelemetry-sdk: Add missing dev-python/flaky dep

Closes: https://bugs.gentoo.org/941261
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-10-11 13:19:33 +02:00
parent abf38aaf69
commit 3aba4562c3

View File

@@ -32,6 +32,11 @@ RDEPEND="
~dev-python/opentelemetry-semantic-conventions-${PV}[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/flaky[${PYTHON_USEDEP}]
)
"
# Tests cannot handle xdist with high makeopts
# https://bugs.gentoo.org/928132