From 910a4b839c24c5cfae61dc2978b3ddd6de9e108f Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:51:39 +0100 Subject: [PATCH] brltty: add missing python3 dependency --- srcpkgs/brltty/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template index b1b673a44e2..6ce1b66c66d 100644 --- a/srcpkgs/brltty/template +++ b/srcpkgs/brltty/template @@ -1,12 +1,13 @@ # Template file for 'brltty' pkgname=brltty version=6.4 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-gpm --with-screen-driver=lx,sc --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3" hostmakedepends="pkg-config python3-Cython" makedepends="ncurses-devel alsa-lib-devel gpm-devel icu-devel python3-devel libbluetooth-devel" +depends="python3" short_desc="Braille display driver for Linux/Unix" maintainer="Orphaned " license="GPL-2.0-or-later, LGPL-2.1-or-later"