Skip to content

Commit

Permalink
remove lept check
Browse files Browse the repository at this point in the history
Wheels now have library bundled.
  • Loading branch information
nijel committed Sep 23, 2023
1 parent 94540b0 commit 06a8d4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions upgrade-weblate
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ else
PIP_ARGS=""
fi
WEBLATE_FLAGS="all,zxcvbn"
# Disable OCR
if ! pkg-config --exists lept ; then
WEBLATE_FLAGS="Subtitles,Amazon,LDAP,zxcvbn,Fluent,Gerrit,Google,INI,Mercurial,PHP,Postgres,Antispam,SAML,YAML,OpenIDConnect,MSTerminology"
fi
if [ -d "$WEBLATE_HOME/hosted" ] ; then
PIP_ARGS="djangosaml2idp --editable $WEBLATE_HOME/hosted $PIP_ARGS"
WEBLATE_FLAGS="$WEBLATE_FLAGS,mysql"
Expand Down

0 comments on commit 06a8d4e

Please sign in to comment.