dependency_collector: don't create symbol deps.
Need to convert this to a string first or things explode.
This commit is contained in:
parent
2c84c04bd4
commit
dd2288a5b2
@ -59,7 +59,7 @@ class DependencyCollector
|
|||||||
Dependency.new("python3", tags)
|
Dependency.new("python3", tags)
|
||||||
when :emacs, :mysql, :perl, :postgresql, :rbenv, :ruby
|
when :emacs, :mysql, :perl, :postgresql, :rbenv, :ruby
|
||||||
output_deprecation(spec)
|
output_deprecation(spec)
|
||||||
Dependency.new(spec, tags)
|
Dependency.new(spec.to_s, tags)
|
||||||
else
|
else
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user