From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0F0115823F for ; Fri, 17 Nov 2023 16:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FD572BC02B; Fri, 17 Nov 2023 16:51:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5B192BC024 for ; Fri, 17 Nov 2023 16:51:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A252335D0D for ; Fri, 17 Nov 2023 16:51:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A4BD139F for ; Fri, 17 Nov 2023 16:51:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1700239871.9a7f4aaae9d4dacea7e58c238c7cb676eb4782b0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fonttools/fonttools-4.44.3.ebuild X-VCS-Directories: dev-python/fonttools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9a7f4aaae9d4dacea7e58c238c7cb676eb4782b0 X-VCS-Branch: master Date: Fri, 17 Nov 2023 16:51:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19614483-56a7-4bd9-90cc-4d05cfbab62c X-Archives-Hash: 663b889f84db9eaa211e2913172e2a98 commit: 9a7f4aaae9d4dacea7e58c238c7cb676eb4782b0 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 17 15:15:09 2023 +0000 Commit: Michał Górny gentoo 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. exmakhina.com> Signed-off-by: Michał Górny 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}]