gitRepo: Drop unnecessary patch
The import-ssl-module.patch does not seem to be need and the tool seem to be working just fine. Drop the patch. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 94d5fd438d6df069d6d303fb046e430f6118a93a)
This commit is contained in:
parent
6eac23ff6a
commit
a5a6efd9b4
@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-3FSkWpHda1jVhy/633B+ippWcbKd83IlQcJYS9Qx5wQ=";
|
||||
};
|
||||
|
||||
patches = [ ./import-ssl-module.patch ];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ python3 ];
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
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 ssl
|
||||
|
||||
if sys.version_info[0] == 3:
|
||||
import urllib.request
|
Loading…
x
Reference in New Issue
Block a user