gnucash master: Add JSON::Parse to gnc-fq-update.
John Ralls
jralls at code.gnucash.org
Fri Mar 10 15:51:45 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/07d8ebd9 (commit)
from https://github.com/Gnucash/gnucash/commit/35dd8dbf (commit)
commit 07d8ebd90c0c571b727e8e6e75599460bb81f434
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Mar 10 12:51:30 2023 -0800
Add JSON::Parse to gnc-fq-update.
Required by finance-quote-wrapper to interpret quoter output.
diff --git a/libgnucash/quotes/gnc-fq-update.in b/libgnucash/quotes/gnc-fq-update.in
index 422713b9fa..238140eaf4 100755
--- a/libgnucash/quotes/gnc-fq-update.in
+++ b/libgnucash/quotes/gnc-fq-update.in
@@ -38,6 +38,7 @@ if ($( != 0) {
CPAN::Shell->install('Test2'); #Required by an F::Q dependency but cpan doesn't notice.
CPAN::Shell->install('Finance::Quote');
+CPAN::Shell->install('JSON::Parse'); #Required by finance-quote-wrapper
## Local Variables:
## mode: perl
Summary of changes:
libgnucash/quotes/gnc-fq-update.in | 1 +
1 file changed, 1 insertion(+)
More information about the gnucash-changes
mailing list