[Pkg-puppet-devel] [facter] 13/61: (maint) Clean up install.rb dependencies

Stig Sandbeck Mathisen ssm at debian.org
Mon Nov 4 15:01:43 UTC 2013


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository facter.

commit 9f5bec1a8160ccf00758e6f16362573d5b8dc07b
Author: Matthaus Owens <matthaus at puppetlabs.com>
Date:   Thu Jul 11 11:28:15 2013 -0700

    (maint) Clean up install.rb dependencies
    
    The openssl, xmlrpc/client, and xmlrpc/server libraries are not used anywhere
    in facter, so checking for them in facter serves no purpose. This commit
    removes them from the list of PREREQS for facter.
---
 install.rb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.rb b/install.rb
index ba4ffc0..0ce2f9e 100755
--- a/install.rb
+++ b/install.rb
@@ -60,7 +60,7 @@ $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), 'lib')))
 require 'facter'
 @operatingsystem = Facter[:operatingsystem].value
 
-PREREQS = %w{openssl xmlrpc/client xmlrpc/server cgi}
+PREREQS = %w{cgi}
 
 InstallOptions = OpenStruct.new
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list