commit: 9a7f4aaae9d4dacea7e58c238c7cb676eb4782b0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 15:15:09 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 16:51:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7f4aaa
dev-python/fonttools: Depend on dev-python/brotlicffi for tests
Depend on dev-python/brotlicffi rather than app-arch/brotli[python]
for testing. The package prefers using the former, and only falls back
to the latter if the former fails to import.
Sponsored-by: Ex Makhina, Inc. <info-gentoo <AT> exmakhina.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fonttools/fonttools-4.44.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fonttools/fonttools-4.44.3.ebuild
b/dev-python/fonttools/fonttools-4.44.3.ebuild
index eb45479d5b14..03a122ad95a0 100644
--- a/dev-python/fonttools/fonttools-4.44.3.ebuild
+++ b/dev-python/fonttools/fonttools-4.44.3.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
test? (
- app-arch/brotli[python,${PYTHON_USEDEP}]
+ dev-python/brotlicffi[${PYTHON_USEDEP}]
app-arch/zopfli
dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]