mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add JSON::Parse to gnc-fq-update.
Required by finance-quote-wrapper to interpret quoter output.
This commit is contained in:
parent
35dd8dbf06
commit
07d8ebd90c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user