Skip to content

Commit

Permalink
Added dependency on nokogiri gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf authored and lslezak committed Oct 29, 2018
1 parent d819bef commit 6bcd753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/yast2-network.spec
Expand Up @@ -48,6 +48,9 @@ BuildRequires: yast2-packager >= 4.0.18
# cfa for parsing hosts
BuildRequires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.4
# nokogiri for parsing xml
BuildRequires: rubygem(%rb_default_ruby_abi:nokogiri)
Requires: rubygem(%rb_default_ruby_abi:nokogiri)
# lenses are needed to use cfa
BuildRequires: augeas-lenses
Requires: augeas-lenses
Expand Down

0 comments on commit 6bcd753

Please sign in to comment.