提交 91f52b88 编写于 作者: O Olli-Pekka Heinisuo

temporary fix for pip api changes

上级 bda4ee84
......@@ -26,7 +26,7 @@ def main():
if os.path.exists('.git'):
import pip.vcs.git
g = pip.vcs.git.Git()
g = pip._internal.vcs.git.Git() # NOTE: pip API's are internal, this has to be refactored
g.run_command(["submodule", "sync"])
g.run_command(["submodule", "update", "--init", "--recursive", cmake_source_dir])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册