mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 )
|
||||
|
||||
|
||||
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user