gnucash maint: Bug 798180 - Update to macOS Big Sur 11.3 breaks Finance Quote

John Ralls jralls at code.gnucash.org
Sat Sep 11 19:11:28 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/edad1943 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b9deb5ea (commit)



commit edad194389d91421e80bfc78f067b002a7e6d9e6
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 11 16:09:55 2021 -0700

    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.

diff --git a/libgnucash/quotes/gnc-fq-update.in b/libgnucash/quotes/gnc-fq-update.in
index 797a6d189..dbbcf675a 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');
 



Summary of changes:
 libgnucash/quotes/gnc-fq-update.in | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list