未验证 提交 564686d8 编写于 作者: F Frost Ming

Populate link if available

上级 b816c6e6
......@@ -137,6 +137,8 @@ class Candidate:
if self.metadata is not None:
return self.metadata
ireq = self.ireq
if self.link and not ireq.link:
ireq.link = self.link
built = self.environment.build(ireq, self.hashes)
if self.req.editable:
if not self.req.is_local_dir and not self.req.is_vcs:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册