From 0182b3dd0828e5db9ceb5f0624d954634d2dc0b0 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Sun, 17 Jun 2018 01:06:42 +0200 Subject: [PATCH] Remove no longer needed apt dependencies Since we switched to PyMySQL which is pure-python and do not require C dev libs. --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 4072135..b6b1bb4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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() {