dependency_collector: don't create symbol deps.

Need to convert this to a string first or things explode.
This commit is contained in:
Mike McQuaid 2018-02-21 08:49:13 +00:00
parent 2c84c04bd4
commit dd2288a5b2

View File

@ -59,7 +59,7 @@ class DependencyCollector
Dependency.new("python3", tags)
when :emacs, :mysql, :perl, :postgresql, :rbenv, :ruby
output_deprecation(spec)
Dependency.new(spec, tags)
Dependency.new(spec.to_s, tags)
else
super
end