add missing python dep

python bleak will be installed from aur as well
This commit is contained in:
Frank Tornack 2022-04-10 12:16:58 +02:00
parent 2960f162e8
commit 9da49f7f06

View File

@ -7,7 +7,7 @@ pkgdesc="A project that provides support to some Bluetooth Cat Printer models, o
arch=('any')
url="https://github.com/NaitLee/Cat-Printer"
license=('GPL')
depends=('python' 'bluez' 'bluez-utils')
depends=('python' 'bluez' 'bluez-utils' 'python-bleak')
makedepends=('git')
provides=("cat-printer=${pkgver}")
source=("$pkgname::git+https://github.com/NaitLee/Cat-Printer.git")