Skip to content

Commit

Permalink
evaluate addon dependencies
Browse files Browse the repository at this point in the history
automatically select the missing dependent add-ons
  • Loading branch information
lslezak committed Mar 18, 2014
1 parent b9ad185 commit d4dcd1c
Show file tree
Hide file tree
Showing 11 changed files with 530 additions and 127 deletions.
2 changes: 1 addition & 1 deletion package/yast2-registration.spec
Expand Up @@ -31,7 +31,7 @@ Requires: yast2-pkg-bindings >= 2.17.20
# N_() method
Requires: yast2-ruby-bindings >= 3.1.12
# SCC API library
Requires: rubygem-scc_api >= 0.2.4
Requires: rubygem-scc_api >= 0.2.7
Requires: yast2-slp >= 3.1.2

BuildRequires: yast2 >= 2.23.13
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Expand Up @@ -14,6 +14,7 @@ ylib_DATA = \
lib/registration/addon.rb \
lib/registration/exceptions.rb \
lib/registration/sw_mgmt.rb \
lib/registration/storage.rb \
lib/registration/repo_state.rb \
lib/registration/helpers.rb

Expand Down

0 comments on commit d4dcd1c

Please sign in to comment.