Skip to content

Commit

Permalink
Restore addition python-elementtree on SL5
Browse files Browse the repository at this point in the history
- required dependency for YUM (or one of its plugin) not listed as an explicit dependency
  • Loading branch information
jouvin committed May 27, 2015
1 parent 3da2946 commit 4801a8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion quattor/client/rpms.pan
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ include { 'rpms/package_default_versions' };


'/software/packages' = {
# OS-provided required packages
# python-elementtree is required by YUM on SL5 but not listed as a dependency
# of any other package
if ( OS_VERSION_PARAMS['majorversion'] == '5' ) {
SELF[escape('python-elementtree')] = nlist();
};

# Quattor
SELF[escape('cdp-listend')] = nlist();
Expand Down

0 comments on commit 4801a8a

Please sign in to comment.