gnucash-on-osx master: Depend on pygments instead of python3

John Ralls jralls at code.gnucash.org
Fri Aug 20 17:29:37 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/00b253f8 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/6da079e3 (commit)



commit 00b253f8ab60813d77cf8806bf67f4a46b80ead6
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Aug 20 14:28:50 2021 -0700

    Depend on pygments instead of python3
    
    Builds python3 first and makes gtk-doc happy.

diff --git a/jhbuildrc-custom b/jhbuildrc-custom
index b32e413..0c098fa 100644
--- a/jhbuildrc-custom
+++ b/jhbuildrc-custom
@@ -5,15 +5,15 @@ checkoutroot = os.path.join(os.environ['HOME'], 'gnucash', 'src')
 buildroot = os.path.join(os.environ['HOME'], 'gnucash', 'build')
 moduleset = "https://github.com/gnucash/gnucash-on-osx/raw/master/modulesets/gnucash.modules"
 
-_modules_deps = ['python3', 'meta-gtk-osx-bootstrap', 'meta-gtk-osx-gtk3',
+_modules_deps = ['pygments', 'meta-gtk-osx-bootstrap', 'meta-gtk-osx-gtk3',
                 'meta-gtk-osx-python-gtk3', 'openSP', 'libofx', 'aqbanking',
                 'libdbi-drivers', 'shared-mime-info', 'iso-codes', 'guile22',
                 'swig', 'boost', 'googletest', 'webkit2gtk3']
-_modules_stable = ['python3', 'meta-gtk-osx-bootstrap',
+_modules_stable = ['pygments', 'meta-gtk-osx-bootstrap',
                   'gnucash', 'gnucash-docs']
-_modules_stable = ['python3', 'meta-gtk-osx-bootstrap',
+_modules_stable = ['pygments', 'meta-gtk-osx-bootstrap',
                   'gnucash', 'gnucash-docs']
-_modules_git = ['python3', 'meta-gtk-osx-bootstrap',
+_modules_git = ['pygments', 'meta-gtk-osx-bootstrap',
                'gnucash-git', 'gnucash-docs-git']
 
 #set modules to the _modules variable above corresponding you what you need.



Summary of changes:
 jhbuildrc-custom | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list