diff --git a/bypy/linux/__main__.py b/bypy/linux/__main__.py index 5ec85ac2f..44854ec71 100644 --- a/bypy/linux/__main__.py +++ b/bypy/linux/__main__.py @@ -35,7 +35,7 @@ def binary_includes(): 'harfbuzz', 'xkbcommon', 'xkbcommon-x11', 'ncursesw', 'readline', ))) + ( - get_dll_path('bz2', 2), get_dll_path('ssl', 3), get_dll_path('crypto', 3), + get_dll_path('bz2', 2), get_dll_path('ssl', 2), get_dll_path('crypto', 2), get_dll_path('python' + py_ver, 2), ) diff --git a/bypy/macos/__main__.py b/bypy/macos/__main__.py index 4eac88666..df3915ed6 100644 --- a/bypy/macos/__main__.py +++ b/bypy/macos/__main__.py @@ -263,8 +263,8 @@ class Freeze(object): 'harfbuzz.0', 'png16.16', 'lcms2.2', - 'crypto.1.0.0', - 'ssl.1.0.0', + 'crypto.1.1', + 'ssl.1.1', ): print('\nAdding', x) x = 'lib%s.dylib' % x