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:
parent
c51545d015
commit
0182b3dd08
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ fix_permissions() {
|
||||||
|
|
||||||
|
|
||||||
install_apt_dependencies() {
|
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() {
|
create_unix_user() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue