platypush/platypush/plugins/dbus/manifest.yaml

22 lines
426 B
YAML
Raw Normal View History

manifest:
events:
platypush.message.event.dbus.DbusSignalEvent: When a signal is received
install:
apk:
- py3-pydbus
- py3-defusedxml
apt:
- python3-pydbus
- python3-defusedxml
2023-09-21 23:20:06 +02:00
dnf:
- python-pydbus
- python-defusedxml
pacman:
- python-pydbus
- python-defusedxml
pip:
- pydbus
- defusedxml
package: platypush.plugins.dbus
type: plugin