Merge pull request #1350 from adamjstewart/fixes/openssl
Fix OpenSSL url_for_version
This commit is contained in:
commit
458deaae5e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def url_for_version(self, version):
|
|||
if '@system' in self.spec:
|
||||
return '@system (reserved version for system openssl)'
|
||||
else:
|
||||
return super(Openssl, self).url_for_version(self.spec)
|
||||
return super(Openssl, self).url_for_version(self.version)
|
||||
|
||||
def handle_fetch_error(self, error):
|
||||
tty.warn("Fetching OpenSSL failed. This may indicate that OpenSSL has "
|
||||
|
|
Loading…
Reference in a new issue