mirror of https://github.com/Syncplay/syncplay
Install openssl version in line with Python version
This commit is contained in:
parent
ff8e16976c
commit
135d34b37d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue