[GRASS-SVN] r73887 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 29 14:30:58 PST 2018


Author: martinl
Date: 2018-12-29 14:30:58 -0800 (Sat, 29 Dec 2018)
New Revision: 73887

Modified:
   grass/trunk/mswindows/osgeo4w/setup_x86.hint.tmpl
   grass/trunk/mswindows/osgeo4w/setup_x86_64.hint.tmpl
Log:
wingrass: update setup.hint to use python3 dependencies, thanks hellik for the patch, see #3719

Modified: grass/trunk/mswindows/osgeo4w/setup_x86.hint.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/setup_x86.hint.tmpl	2018-12-29 22:24:46 UTC (rev 73886)
+++ grass/trunk/mswindows/osgeo4w/setup_x86.hint.tmpl	2018-12-29 22:30:58 UTC (rev 73887)
@@ -1,7 +1,7 @@
 sdesc: "GRASS GIS - daily builds of development version"
 ldesc: "Geographic Resources Analysis Support System (GRASS GIS) - daily builds of SVN trunk"
 category: Desktop
-requires: liblas avce00 gpsbabel gs gdal-python matplotlib msvcrt msvcrt2013 msvcrt2015 iconv libtiff gdal proj freetype-mingw pdcurses zlib fftw libpng python-wx python-numpy python-pil python-pip python-ply pyopengl cairo psycopg2 rbatch zstd zstd-bin
+requires: liblas avce00 gpsbabel gs python3-gdal python3-matplotlib msvcrt msvcrt2013 msvcrt2015 iconv libtiff gdal proj freetype-mingw pdcurses zlib fftw libpng python3-wx python3-numpy python3-pillow python3-pip python3-ply python3-pyopengl cairo python3-psycopg2 python3-six rbatch zstd zstd-bin
 maintainer: MartinLanda
 curr: @GRASS_VERSION_NUMBER at -1
 prev: @GRASS_VERSION_NUMBER at -1

Modified: grass/trunk/mswindows/osgeo4w/setup_x86_64.hint.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/setup_x86_64.hint.tmpl	2018-12-29 22:24:46 UTC (rev 73886)
+++ grass/trunk/mswindows/osgeo4w/setup_x86_64.hint.tmpl	2018-12-29 22:30:58 UTC (rev 73887)
@@ -1,7 +1,7 @@
 sdesc: "GRASS GIS - daily builds of development version"
 ldesc: "Geographic Resources Analysis Support System (GRASS GIS) - daily builds of SVN trunk"
 category: Desktop
-requires: liblas avce00 gpsbabel gs gdal-python matplotlib msvcrt msvcrt2012 msvcrt2013 msvcrt2015 iconv libtiff gdal proj pdcurses zlib fftw libpng python-wx python-numpy python-pil python-pip python-ply pyopengl cairo psycopg2 rbatch zstd zstd-bin
+requires: liblas avce00 gpsbabel gs python3-gdal python3-matplotlib msvcrt msvcrt2013 msvcrt2015 iconv libtiff gdal proj freetype-mingw pdcurses zlib fftw libpng python3-wx python3-numpy python3-pillow python3-pip python3-ply python3-pyopengl cairo python3-psycopg2 python3-six rbatch zstd zstd-bin
 maintainer: MartinLanda
 curr: @GRASS_VERSION_NUMBER at -1
 prev: @GRASS_VERSION_NUMBER at -1



More information about the grass-commit mailing list