Fix node-js : requires openssl min 1.0.2 (#5650)
This commit is contained in:
parent
5ed457759c
commit
32d183af05
@ -50,7 +50,7 @@ class NodeJs(Package):
|
||||
depends_on('python@2.7:2.8', type='build')
|
||||
# depends_on('bash-completion', when="+bash-completion")
|
||||
depends_on('icu4c', when='+icu4c')
|
||||
depends_on('openssl', when='+openssl')
|
||||
depends_on('openssl@1.0.2d:', when='+openssl')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
options = []
|
||||
|
Loading…
Reference in New Issue
Block a user