[GRASS-SVN] r74469 - in grass/trunk: . .travis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 5 13:23:04 PDT 2019
Author: neteler
Date: 2019-05-05 13:23:04 -0700 (Sun, 05 May 2019)
New Revision: 74469
Modified:
grass/trunk/.travis/linux.install.sh
grass/trunk/Dockerfile
grass/trunk/REQUIREMENTS.html
Log:
python-six: added as a new dependency
Modified: grass/trunk/.travis/linux.install.sh
===================================================================
--- grass/trunk/.travis/linux.install.sh 2019-05-05 20:14:06 UTC (rev 74468)
+++ grass/trunk/.travis/linux.install.sh 2019-05-05 20:23:04 UTC (rev 74469)
@@ -38,5 +38,6 @@
dpatch \
libblas-dev \
liblapack-dev \
- python-numpy
+ python-numpy \
+ python-six
Modified: grass/trunk/Dockerfile
===================================================================
--- grass/trunk/Dockerfile 2019-05-05 20:14:06 UTC (rev 74468)
+++ grass/trunk/Dockerfile 2019-05-05 20:23:04 UTC (rev 74469)
@@ -54,6 +54,7 @@
python-numpy \
python-pil \
python-ply \
+ python-six \
sqlite3 \
subversion \
unixodbc-dev \
Modified: grass/trunk/REQUIREMENTS.html
===================================================================
--- grass/trunk/REQUIREMENTS.html 2019-05-05 20:14:06 UTC (rev 74468)
+++ grass/trunk/REQUIREMENTS.html 2019-05-05 20:23:04 UTC (rev 74469)
@@ -173,6 +173,10 @@
<a href="http://matplotlib.org/">http://matplotlib.org/</a>
</li>
+<li><b>Python six Library</b> ("python-six", needed for Python API)<br>
+<a href="https://github.com/benjaminp/six">https://github.com/benjaminp/six</a>
+</li>
+
<li><b>Python wxPython backend for python-matplotlib</b> ("python-matplotlib-wx", needed for e.g. g.gui.timeline)<br>
<a href="http://matplotlib.org/">http://matplotlib.org/</a>
</li>
More information about the grass-commit
mailing list