From: Aron Xu <aron@debian.org>
Date: 2023-02-02
Subject: Do not init submodules because we do not use them
Index: pytorch-text/setup.py
===================================================================
--- pytorch-text.orig/setup.py
+++ pytorch-text/setup.py
@@ -89,7 +89,7 @@ class clean(distutils.command.clean.clea
                 shutil.rmtree(str(path), ignore_errors=True)
 
 
-_init_submodule()
+#_init_submodule()
 setup_info = dict(
     # Metadata
     name="torchtext",
