mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove explicit install of Finance::Quote dependencies.
CPAN correctly handles dependencies, and the ones installed here were a tiny fraction -- and in a couple of cases obsolete.
This commit is contained in:
@@ -36,11 +36,6 @@ if ($( != 0) {
|
||||
exit 0 if ($input ne "y");
|
||||
}
|
||||
|
||||
CPAN::Shell->install('Date::Manip');
|
||||
CPAN::Shell->install('HTML::TableExtract');
|
||||
CPAN::Shell->install('HTTP::Request::Common');
|
||||
CPAN::Shell->install('Crypt::SSLeay');
|
||||
CPAN::Shell->install('LWP');
|
||||
CPAN::Shell->install('Finance::Quote');
|
||||
|
||||
## Local Variables:
|
||||
|
||||
Reference in New Issue
Block a user