Skip to content

Commit

Permalink
use extras for saml2idp
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 6, 2024
1 parent f3a652e commit dd5c515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrade-weblate
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ else
fi
WEBLATE_FLAGS="all,zxcvbn"
if [ -d "$WEBLATE_HOME/hosted" ] ; then
PIP_ARGS="djangosaml2idp --editable $WEBLATE_HOME/hosted $PIP_ARGS"
WEBLATE_FLAGS="$WEBLATE_FLAGS,mysql"
PIP_ARGS="--editable $WEBLATE_HOME/hosted $PIP_ARGS"
WEBLATE_FLAGS="$WEBLATE_FLAGS,mysql,saml2idp"
fi

# Backup settings
Expand Down

0 comments on commit dd5c515

Please sign in to comment.