mirror of
https://github.com/iredmail/iRedMail
synced 2026-06-08 14:51:59 +00:00
Add missing py module required by iRedAdmin.
This commit is contained in:
@@ -133,7 +133,7 @@ install_all()
|
||||
ALL_PKGS="${ALL_PKGS} ${PY_FLAVOR}-dnspython ${PY_FLAVOR}-multipart"
|
||||
|
||||
# iRedAdmin dependencies.
|
||||
ALL_PKGS="${ALL_PKGS} ${PY_FLAVOR}-Jinja2 ${PY_FLAVOR}-bcrypt ${PY_FLAVOR}-simplejson ${PY_FLAVOR}-requests ${PY_FLAVOR}-netifaces"
|
||||
ALL_PKGS="${ALL_PKGS} ${PY_FLAVOR}-Jinja2 ${PY_FLAVOR}-bcrypt ${PY_FLAVOR}-simplejson ${PY_FLAVOR}-requests ${PY_FLAVOR}-netifaces ${PY_FLAVOR}-more-itertools"
|
||||
|
||||
# Fail2ban.
|
||||
if [ X"${USE_FAIL2BAN}" == X'YES' ]; then
|
||||
|
||||
Reference in New Issue
Block a user