1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/13ft_ynh.git synced 2024-09-03 18:06:03 +02:00
This commit is contained in:
lapineige 2022-12-20 11:38:33 +01:00 committed by GitHub
parent a7a231e533
commit 6348b87e56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,9 +65,9 @@ ynh_script_progression --message="Removing apt dependencies..." --weight=1
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
ynh_script_progression --message="Removing python dependencies..." --weight=1
# ynh_script_progression --message="Removing python dependencies..." --weight=1
# Remove metapackage and its dependencies
venv/bin/pip uninstall flask
# venv/bin/pip uninstall flask # useless, managed by previous helper ?
#=================================================