mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-17 15:50:11 -07:00
add missing python dep
python bleak will be installed from aur as well
This commit is contained in:
parent
2960f162e8
commit
9da49f7f06
2
PKGBUILD
2
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user