1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunomonitor_ynh.git synced 2024-09-03 17:46:11 +02:00

[fix] python3 crypto dependencies

This commit is contained in:
ljf (zamentur) 2020-09-08 10:53:24 +02:00 committed by GitHub
parent caad9f0dd2
commit ed35e22a14
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="python3-dbus python3-yaml python3-dnspython python3-requests-toolbelt python3-spf whois smartmontools" pkg_dependencies="python3-dbus python3-crypto python3-yaml python3-dnspython python3-requests-toolbelt python3-spf whois smartmontools"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS