about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-repo/import-ssl-module.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/version-management/git-repo/import-ssl-module.patch')
-rw-r--r--pkgs/applications/version-management/git-repo/import-ssl-module.patch12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkgs/applications/version-management/git-repo/import-ssl-module.patch b/pkgs/applications/version-management/git-repo/import-ssl-module.patch
index 783a2c17dee9..f1ec4e3a7ddb 100644
--- a/pkgs/applications/version-management/git-repo/import-ssl-module.patch
+++ b/pkgs/applications/version-management/git-repo/import-ssl-module.patch
@@ -1,9 +1,11 @@
---- a/repo	2020-02-05 21:11:52.773854798 +0100
-+++ b/repo	2020-02-05 21:12:34.018329462 +0100
-@@ -137,6 +137,7 @@
+diff --git a/repo b/repo
+index 8b05def..f394b3e 100755
+--- a/repo
++++ b/repo
+@@ -236,6 +236,7 @@ import optparse
+ import re
+ import shutil
  import stat
- import subprocess
- import sys
 +import ssl
  
  if sys.version_info[0] == 3: