commit: d5552bb02bcdaf88004f485ebb16e1263a5edfe2 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Tue Nov 28 19:13:29 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 29 04:09:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5552bb0
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 <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> 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
