gnucash-on-windows master: Add python2 to devtools.

John Ralls jralls at code.gnucash.org
Wed May 27 14:31:35 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/318ff4ac (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/5efdb8b1 (commit)



commit 318ff4ac06cf55bd86c36c8b0b83963869556a77
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed May 27 11:31:15 2020 -0700

    Add python2 to devtools.
    
    Needed for jhbuild.

diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index 3c3ffe0..4e9cede 100644
--- a/setup-mingw64.ps1
+++ b/setup-mingw64.ps1
@@ -235,7 +235,7 @@ bash-command -command "pacman -Syyuu --noconfirm"
 
 # Set up aliases for the parts of msys-devtools and mingw-w64-toolchain that
 # we need:
-$devel = "asciidoc autoconf autoconf2.13 autogen automake-wrapper bison diffstat diffutils dos2unix file flex gawk gettext gettext-devel gperf grep groff intltool libtool m4 make man-db pacman pactoys-git patch patchutils perl pkg-config rsync2 sed swig texinfo texinfo-tex wget xmlto git texinfo"
+$devel = "asciidoc autoconf autoconf2.13 autogen automake-wrapper bison diffstat diffutils dos2unix file flex gawk gettext gettext-devel gperf grep groff intltool libtool m4 make man-db pacman pactoys-git patch patchutils perl pkg-config python2 rsync2 sed swig texinfo texinfo-tex wget xmlto git texinfo"
 
 $toolchain = "binutils cmake crt-git gcc gcc-libs gdb headers-git libmangle-git libtool libwinpthread-git make pkg-config tools-git winpthreads-git"
 



Summary of changes:
 setup-mingw64.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list