python-is-python3 is needed because scripts use /usr/bin/python. mfa enabled.
This commit is contained in:
parent
edbac401b5
commit
6a8186709b
|
@ -30,12 +30,14 @@
|
||||||
- libcurl4-openssl-dev
|
- libcurl4-openssl-dev
|
||||||
- libldap2-dev
|
- libldap2-dev
|
||||||
- liblasso3-dev
|
- liblasso3-dev
|
||||||
|
- liboath-dev
|
||||||
- libmemcached-dev
|
- libmemcached-dev
|
||||||
- libsodium-dev
|
- libsodium-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- make
|
- make
|
||||||
- postgresql-server-dev-all
|
- postgresql-server-dev-all
|
||||||
- python3
|
- python3
|
||||||
|
- python-is-python3
|
||||||
- libzip-dev
|
- libzip-dev
|
||||||
|
|
||||||
- name: '[sogo] sope-git'
|
- name: '[sogo] sope-git'
|
||||||
|
@ -65,7 +67,7 @@
|
||||||
|
|
||||||
- name: '[sogo] configure sogo'
|
- name: '[sogo] configure sogo'
|
||||||
shell: |
|
shell: |
|
||||||
./configure --disable-debug --enable-strip --enable-saml2 --with-ssl=gnutls
|
./configure --disable-debug --enable-strip --enable-saml2 --enable-mfa --with-ssl=gnutls
|
||||||
args:
|
args:
|
||||||
chdir: /root/develop/sogo
|
chdir: /root/develop/sogo
|
||||||
- name: '[sogo] make sogo'
|
- name: '[sogo] make sogo'
|
||||||
|
|
Loading…
Reference in a new issue