summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-01 02:53:22 +0100
committerSam James <sam@gentoo.org>2022-09-01 02:53:22 +0100
commit7aaef7fff6565fc26102a0ac06a5e288898632aa (patch)
tree8d298a87513d2b748b528d652ee20f50ce6ee30e /app-arch
parentRevert "x11-plugins/wmifs: add ppp-defs for musl" (diff)
downloadgentoo-7aaef7fff6565fc26102a0ac06a5e288898632aa.tar.gz
gentoo-7aaef7fff6565fc26102a0ac06a5e288898632aa.tar.bz2
gentoo-7aaef7fff6565fc26102a0ac06a5e288898632aa.zip
app-arch/brotli: add missing unittest-or-fail test dep
Closes: https://bugs.gentoo.org/867703 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/brotli/brotli-1.0.9-r5.ebuild7
-rw-r--r--app-arch/brotli/brotli-9999.ebuild7
2 files changed, 12 insertions, 2 deletions
diff --git a/app-arch/brotli/brotli-1.0.9-r5.ebuild b/app-arch/brotli/brotli-1.0.9-r5.ebuild
index bae6d9625256..cc2d8ebdd0d1 100644
--- a/app-arch/brotli/brotli-1.0.9-r5.ebuild
+++ b/app-arch/brotli/brotli-1.0.9-r5.ebuild
@@ -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 )
diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild
index bae6d9625256..cc2d8ebdd0d1 100644
--- a/app-arch/brotli/brotli-9999.ebuild
+++ b/app-arch/brotli/brotli-9999.ebuild
@@ -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 )