brltty: add missing python3 dependency
This commit is contained in:
parent
970e2161b9
commit
910a4b839c
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'brltty'
|
# Template file for 'brltty'
|
||||||
pkgname=brltty
|
pkgname=brltty
|
||||||
version=6.4
|
version=6.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gpm --with-screen-driver=lx,sc
|
configure_args="--enable-gpm --with-screen-driver=lx,sc
|
||||||
--with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"
|
--with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"
|
||||||
hostmakedepends="pkg-config python3-Cython"
|
hostmakedepends="pkg-config python3-Cython"
|
||||||
makedepends="ncurses-devel alsa-lib-devel gpm-devel icu-devel python3-devel libbluetooth-devel"
|
makedepends="ncurses-devel alsa-lib-devel gpm-devel icu-devel python3-devel libbluetooth-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Braille display driver for Linux/Unix"
|
short_desc="Braille display driver for Linux/Unix"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Reference in a new issue