Skip to content

Commit

Permalink
Update openssl patch from 1.0.2p to 1.0.2q on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 7, 2019
1 parent 0b4475e commit 586b3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def call(args, env=None, cwd=None, shell=False):
call(['sudo', 'installer', '-pkg', '/tmp/Python.pkg', '-target', '/'])
# patch open ssl
if config.version in ('3.4', '3.5'):
call(['curl', '-fsSLo', '/tmp/python-patch.tar.gz', 'https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2p/patch-macos-python-%s-openssl-v1.0.2p.tar.gz' % config.version])
call(['curl', '-fsSLo', '/tmp/python-patch.tar.gz', 'https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2q/patch-macos-python-%s-openssl-v1.0.2q.tar.gz' % config.version])
call(['sudo', 'tar', '-C', '/Library/Frameworks/Python.framework/Versions/%s/' % config.version, '-xmf', '/tmp/python-patch.tar.gz'])

installation_bin_path = '/Library/Frameworks/Python.framework/Versions/{}/bin'.format(config.version)
Expand Down

0 comments on commit 586b3c7

Please sign in to comment.