[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:
Lars Kanis 2023-01-09 09:19:30 +01:00 committed by git
parent 41a947e72a
commit f6952a94eb

View File

@ -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