From edad194389d91421e80bfc78f067b002a7e6d9e6 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 11 Sep 2021 16:09:55 -0700 Subject: [PATCH] Bug 798180 - Update to macOS Big Sur 11.3 breaks Finance Quote Added new dependency Test2 to gnc-fq-update. This is a second-order dependency of Finanance::Quote that CPAN doesn't seem to recognize on its own. --- libgnucash/quotes/gnc-fq-update.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libgnucash/quotes/gnc-fq-update.in b/libgnucash/quotes/gnc-fq-update.in index 797a6d1894..dbbcf675a0 100755 --- a/libgnucash/quotes/gnc-fq-update.in +++ b/libgnucash/quotes/gnc-fq-update.in @@ -36,6 +36,7 @@ if ($( != 0) { exit 0 if ($input ne "y"); } +CPAN::Shell->install('Test2'); #Required by an F::Q dependency but cpan doesn't notice. CPAN::Shell->install('Date::Manip'); #Required by gnc-fq-helper CPAN::Shell->install('Finance::Quote');