From 9da49f7f066f08a6066fa5d2bf0c3473ad5d2fe3 Mon Sep 17 00:00:00 2001 From: Frank Tornack Date: Sun, 10 Apr 2022 12:16:58 +0200 Subject: [PATCH] add missing python dep python bleak will be installed from aur as well --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index cc95293..18cead1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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")