[ruby/psych] Fix wrong package name of MSYS2/MINGW dependency
There is no package called "libyaml-devel". "libyaml" is enough.
This commit is contained in:
parent
41a947e72a
commit
f6952a94eb
@ -63,6 +63,6 @@ DESCRIPTION
|
||||
s.add_dependency 'stringio'
|
||||
end
|
||||
|
||||
s.metadata['msys2_mingw_dependencies'] = 'libyaml libyaml-devel'
|
||||
s.metadata['msys2_mingw_dependencies'] = 'libyaml'
|
||||
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user