app-arch/brotli: add missing unittest-or-fail test dep

Closes: https://bugs.gentoo.org/867703
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-09-01 02:53:22 +01:00
parent 87d4e2fad0
commit 7aaef7fff6
2 changed files with 12 additions and 2 deletions

View File

@@ -38,7 +38,12 @@ RDEPEND="
DEPEND="
${RDEPEND}
"
BDEPEND="python? ( ${DISTUTILS_DEPS} )"
BDEPEND="
python? (
${DISTUTILS_DEPS}
test? ( dev-python/unittest-or-fail[${PYTHON_USEDEP}] )
)
"
DOCS=( README.md CONTRIBUTING.md )

View File

@@ -38,7 +38,12 @@ RDEPEND="
DEPEND="
${RDEPEND}
"
BDEPEND="python? ( ${DISTUTILS_DEPS} )"
BDEPEND="
python? (
${DISTUTILS_DEPS}
test? ( dev-python/unittest-or-fail[${PYTHON_USEDEP}] )
)
"
DOCS=( README.md CONTRIBUTING.md )