summaryrefslogtreecommitdiff
path: root/0001-disable-git-submodule.patch
blob: 738deae1c9e184d2e2dbe5e6225b6e494db58601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From cc1e51d36c800e80d6286a8db23136e14859f83e Mon Sep 17 00:00:00 2001
From: menmazqj <1316818279@qq.com>
Date: Sat, 13 Apr 2024 22:37:47 +0800
Subject: [PATCH] disable git submodule

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 01810aa5c..43d703152 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ class clean(distutils.command.clean.clean):
                 shutil.rmtree(str(path), ignore_errors=True)
 
 
-_init_submodule()
+#_init_submodule()
 setup_info = dict(
     # Metadata
     name="torchtext",
-- 
2.41.0