From 5e6606fccb723104c4a4cab99d188ec418cdcfe1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 15 2018 19:20:19 +0000 Subject: Install the header files for python 3.4 Signed-off-by: Pierre-Yves Chibon --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index 55a053d..c467cd1 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -1,6 +1,6 @@ set -x -yum install -y python-virtualenv python34 \ +yum install -y python-virtualenv python34 python34-devel \ gcc python-cryptography python34-cryptography \ libgit2 python-pygit2 \ redis swig openssl-devel m2crypto \