1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Remove no longer needed apt dependencies

Since we switched to PyMySQL which is pure-python and do not require C dev
libs.
This commit is contained in:
Jocelyn Delalande 2018-06-17 01:06:42 +02:00
parent c51545d015
commit 0182b3dd08

View file

@ -43,7 +43,7 @@ fix_permissions() {
install_apt_dependencies() {
sudo apt-get install -y -qq python3-dev python3-virtualenv supervisor libmysqlclient-dev
sudo apt-get install -y -qq python3-virtualenv supervisor
}
create_unix_user() {