Skip to content

Commit

Permalink
app-accessibility/brltty: add missing build dependency on setuptools
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
eli-schwartz authored and thesamesam committed Nov 29, 2023
1 parent 02f8a1e commit d5552bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-accessibility/brltty/brltty-6.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5552bb

Please sign in to comment.