From 98651deea46d194519a75c350babc90e7a00dffa Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 17 Sep 2014 21:56:09 +0000 Subject: [PATCH] python3-dev is a dependency for many pip packages, including pyyaml, fixes #196 --- setup/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/system.sh b/setup/system.sh index 9432ea87..09405a1e 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -15,7 +15,7 @@ hide_output apt-get -y upgrade # ntp: keeps the system time correct # fail2ban: scans log files for repeated failed login attempts and blocks the remote IP at the firewall -apt_install python3 python3-pip \ +apt_install python3 python3-dev python3-pip \ wget curl \ haveged unattended-upgrades ntp fail2ban