Fix openssl dependency in OSX binary build

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-09-28 13:13:04 -07:00
parent f65f89ad8c
commit b50b14f937
1 changed files with 5 additions and 5 deletions

View File

@ -10,12 +10,12 @@ openssl_version() {
python -c "import ssl; print ssl.OPENSSL_VERSION"
}
desired_python_version="2.7.9"
desired_python_brew_version="2.7.9"
python_formula="https://raw.githubusercontent.com/Homebrew/homebrew/1681e193e4d91c9620c4901efd4458d9b6fcda8e/Library/Formula/python.rb"
desired_python_version="2.7.12"
desired_python_brew_version="2.7.12"
python_formula="https://raw.githubusercontent.com/Homebrew/homebrew-core/737a2e34a89b213c1f0a2a24fc1a3c06635eed04/Formula/python.rb"
desired_openssl_version="1.0.2h"
desired_openssl_brew_version="1.0.2h"
desired_openssl_version="1.0.2j"
desired_openssl_brew_version="1.0.2j"
openssl_formula="https://raw.githubusercontent.com/Homebrew/homebrew-core/30d3766453347f6e22b3ed6c74bb926d6def2eb5/Formula/openssl.rb"
PATH="/usr/local/bin:$PATH"