提交 f1b4be89 编写于 作者: P Paul Moore

Fix bug in get_dependencies() passing Requirement object rather than string

上级 1ebe1e09
......@@ -107,6 +107,6 @@ class LinkCandidate(Candidate):
def get_dependencies(self):
# type: () -> Sequence[InstallRequirement]
return [
self._make_install_req(r, self._ireq)
self._make_install_req(str(r), self._ireq)
for r in self.dist.requires()
]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册