1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00

Remove dependency to 'python', breaks install on Bullseye

This commit is contained in:
Alexandre Aubin 2021-06-06 20:22:27 +02:00 committed by GitHub
parent c93c7ab66a
commit 982afb6b3b
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="perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python" pkg_dependencies="perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS