Skip to content

Commit

Permalink
Revert "pip pyOpenSSL==23.3.0 for djangosaml2idp compatibility"
Browse files Browse the repository at this point in the history
This reverts commit 15a3043.
  • Loading branch information
nijel committed Feb 1, 2024
1 parent 6d0fa2d commit eff5673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade-weblate
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ else
fi
WEBLATE_FLAGS="all,zxcvbn"
if [ -d "$WEBLATE_HOME/hosted" ] ; then
PIP_ARGS="djangosaml2idp pyOpenSSL==23.3.0 --editable $WEBLATE_HOME/hosted $PIP_ARGS"
PIP_ARGS="djangosaml2idp --editable $WEBLATE_HOME/hosted $PIP_ARGS"
WEBLATE_FLAGS="$WEBLATE_FLAGS,mysql"
fi

Expand Down

0 comments on commit eff5673

Please sign in to comment.