1
0
Fork 0
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:
orhtej2 2023-09-30 00:44:15 +02:00 committed by GitHub
parent 15e5b66c44
commit 60efa9e4af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"