Update openssl patch from 1.0.2u to 1.1.1h on macOS

- Update openssl patch from 1.0.2u to 1.1.1h on macOS
- Remove python 3.5 workaround in install_certifi.py
This commit is contained in:
mayeut
2020-10-10 18:55:26 +02:00
parent 8094b3f6db
commit b2c4f3d385
2 changed files with 1 additions and 3 deletions
@@ -30,8 +30,6 @@ def main():
import certifi
# change working directory to the default SSL directory
if sys.version_info[0:2] == (3, 5):
os.makedirs(openssl_dir, exist_ok=True, mode=0o775)
os.chdir(openssl_dir)
relpath_to_certifi_cafile = os.path.relpath(certifi.where())