Added git a required manifest dependency when needed.

It is needed for packages that install pip packages via git.
This commit is contained in:
Fabio Manganiello 2023-08-20 21:19:15 +02:00
parent a28dcb7a8d
commit 2c46b6fe14
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,12 @@
manifest:
events:
platypush.message.event.pushbullet.PushbulletEvent: if a new push is received
apk:
- git
apt:
- git
pacman:
- git
install:
pip:
- git+https://github.com/rbrcsk/pushbullet.py

View File

@ -15,12 +15,15 @@ manifest:
install:
apk:
- py3-pydbus
- git
apt:
- libbluetooth-dev
- python3-pydbus
- git
pacman:
- python-pydbus
- python-bleak
- git
pip:
- bleak
- bluetooth-numbers