forked from platypush/platypush
Added git a required manifest dependency when needed.
It is needed for packages that install pip packages via git.
This commit is contained in:
parent
a28dcb7a8d
commit
2c46b6fe14
2 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
||||||
manifest:
|
manifest:
|
||||||
events:
|
events:
|
||||||
platypush.message.event.pushbullet.PushbulletEvent: if a new push is received
|
platypush.message.event.pushbullet.PushbulletEvent: if a new push is received
|
||||||
|
apk:
|
||||||
|
- git
|
||||||
|
apt:
|
||||||
|
- git
|
||||||
|
pacman:
|
||||||
|
- git
|
||||||
install:
|
install:
|
||||||
pip:
|
pip:
|
||||||
- git+https://github.com/rbrcsk/pushbullet.py
|
- git+https://github.com/rbrcsk/pushbullet.py
|
||||||
|
|
|
@ -15,12 +15,15 @@ manifest:
|
||||||
install:
|
install:
|
||||||
apk:
|
apk:
|
||||||
- py3-pydbus
|
- py3-pydbus
|
||||||
|
- git
|
||||||
apt:
|
apt:
|
||||||
- libbluetooth-dev
|
- libbluetooth-dev
|
||||||
- python3-pydbus
|
- python3-pydbus
|
||||||
|
- git
|
||||||
pacman:
|
pacman:
|
||||||
- python-pydbus
|
- python-pydbus
|
||||||
- python-bleak
|
- python-bleak
|
||||||
|
- git
|
||||||
pip:
|
pip:
|
||||||
- bleak
|
- bleak
|
||||||
- bluetooth-numbers
|
- bluetooth-numbers
|
||||||
|
|
Loading…
Reference in a new issue