mirror of
https://github.com/YunoHost-Apps/yunomonitor_ynh.git
synced 2024-09-03 17:46:11 +02:00
Add libyaml dep.
This commit is contained in:
parent
15e5b66c44
commit
60efa9e4af
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="whois smartmontools python3-pip python3-venv python3-dev libdbus-1-dev pkg-config libglib2.0-dev"
|
pkg_dependencies="whois smartmontools python3-pip python3-venv python3-dev libdbus-1-dev pkg-config libglib2.0-dev libyaml-dev"
|
||||||
|
|
||||||
python_packages="cryptography paramiko pyyaml dnspython requests-toolbelt pyspf dbus-python"
|
python_packages="cryptography paramiko pyyaml dnspython requests-toolbelt pyspf dbus-python"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue