travis-osx: do not install libssh openssl (already installed)

This commit is contained in:
Luis Diaz Mas 2018-08-21 11:46:26 +02:00 committed by Luis Díaz Más
parent eedc4aef5f
commit 2540981aae

View File

@ -11,7 +11,7 @@ if [[ "$(uname -s)" == 'Linux' ]]; then
source conan/bin/activate
else
brew update
brew install gettext libssh md5sha1sum openssl pyenv-virtualenv
brew install gettext md5sha1sum pyenv-virtualenv
export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS"
export LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"
pyenv install $PYTHON