From 49da8ee0bf259d5ecca9a4e31baad7b73fa3d825 Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Sat, 27 Jan 2018 12:50:11 +0100 Subject: [PATCH] On a besoin de pycrypto. --- install_re2o.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_re2o.sh b/install_re2o.sh index 479eaa43..4b7157b1 100755 --- a/install_re2o.sh +++ b/install_re2o.sh @@ -241,6 +241,7 @@ apt-get -y install python3-django python3-dateutil texlive-latex-base texlive-fo pip3 install django-bootstrap3 pip3 install django-ldapdb pip3 install django-macaddress +pip3 install pycrypto if [ $sql_bdd_type == 1 ] then