Install openssl version in line with Python version

This commit is contained in:
Tom Parker-Shemilt 2020-03-15 12:54:59 +00:00
parent ff8e16976c
commit 135d34b37d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -ex
export HOMEBREW_NO_INSTALL_CLEANUP=1
# Reinstall openssl to fix Python pip install issues
brew reinstall openssl@1.1
brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/openssl@1.1.rb
# Python 3.7.4 with 10.12 bottle
brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb