From d5552bb02bcdaf88004f485ebb16e1263a5edfe2 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 28 Nov 2023 14:13:29 -0500 Subject: app-accessibility/brltty: add missing build dependency on setuptools This does not use distutils-r1, so we need to manually add this dependency in order for the upstream Makefile to go drive a non-pep517 build all by itself. Closes: https://bugs.gentoo.org/905695 Signed-off-by: Eli Schwartz Signed-off-by: Sam James --- app-accessibility/brltty/brltty-6.6-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-accessibility/brltty/brltty-6.6-r1.ebuild b/app-accessibility/brltty/brltty-6.6-r1.ebuild index 0588c791af36..5a7e5893753d 100644 --- a/app-accessibility/brltty/brltty-6.6-r1.ebuild +++ b/app-accessibility/brltty/brltty-6.6-r1.ebuild @@ -42,7 +42,10 @@ DEPEND=" ncurses? ( sys-libs/ncurses:0= ) pcm? ( media-libs/alsa-lib ) policykit? ( sys-auth/polkit ) - python? ( ${PYTHON_DEPS} ) + python? ( + ${PYTHON_DEPS} + dev-python/setuptools[${PYTHON_USEDEP}] + ) speech? ( app-accessibility/espeak-ng app-accessibility/flite -- cgit v1.2.3-65-gdbad