Skip to content

Commit

Permalink
update build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 12, 2016
1 parent 2814e51 commit 0fea43b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_install:
# disable rvm, use system Ruby
- rvm reset
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 yast2-storage yast2-proxy yast2-country yast2-packager" -g "rspec:3.3.0 yast-rake gettext rubocop:0.41.2 simplecov:0.10.0 coveralls cfa"
- sh ./travis_setup.sh -p "ruby2.1-dev libaugeas-dev rake yast2-devtools yast2-testsuite yast2 yast2-storage yast2-proxy yast2-country yast2-packager" -g "rspec:3.3.0 yast-rake gettext rubocop:0.41.2 simplecov:0.10.0 coveralls cfa"
script:
- rubocop
- rake check:syntax
Expand Down
3 changes: 3 additions & 0 deletions package/yast2-network.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Requires: yast2-storage >= 2.21.11
# Packages::vnc_packages
BuildRequires: yast2-packager >= 3.1.47
Requires: yast2-packager >= 3.1.47
# cfa for parsing hosts
BuildRequires: rubygem(%rb_default_ruby_abi:cfa)
Requires: rubygem(%rb_default_ruby_abi:cfa)

# testsuite
BuildRequires: rubygem(rspec)
Expand Down

0 comments on commit 0fea43b

Please sign in to comment.