summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-repo/import-ssl-module.patch
blob: 783a2c17dee90321fc5e2f7ed04132a1b48ba71f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/repo	2020-02-05 21:11:52.773854798 +0100
+++ b/repo	2020-02-05 21:12:34.018329462 +0100
@@ -137,6 +137,7 @@
 import stat
 import subprocess
 import sys
+import ssl
 
 if sys.version_info[0] == 3:
   import urllib.request