mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
On a besoin de pycrypto.
This commit is contained in:
parent
ff68769c5a
commit
2381fd4bf9
2 changed files with 9 additions and 9 deletions
|
@ -29,8 +29,6 @@ setup_ldap() {
|
|||
|
||||
install_re2o_server() {
|
||||
|
||||
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt-get -y install sudo dialog
|
||||
|
@ -240,6 +238,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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
django-bootstrap3
|
||||
django-macaddress
|
||||
python-dateutil
|
||||
pycrypto
|
||||
|
|
Loading…
Reference in a new issue