[GRASS-SVN] r74121 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 21 01:48:29 PST 2019


Author: neteler
Date: 2019-02-21 01:48:28 -0800 (Thu, 21 Feb 2019)
New Revision: 74121

Modified:
   grass/trunk/Dockerfile
   grass/trunk/REQUIREMENTS.html
Log:
python-requests: new dependency needed for g.extension proxy support (completes r74117)

Modified: grass/trunk/Dockerfile
===================================================================
--- grass/trunk/Dockerfile	2019-02-21 09:47:51 UTC (rev 74120)
+++ grass/trunk/Dockerfile	2019-02-21 09:48:28 UTC (rev 74121)
@@ -54,6 +54,7 @@
         python-numpy \
         python-pil \
         python-ply \
+        python-requests \
         sqlite3 \
         subversion \
         unixodbc-dev \

Modified: grass/trunk/REQUIREMENTS.html
===================================================================
--- grass/trunk/REQUIREMENTS.html	2019-02-21 09:47:51 UTC (rev 74120)
+++ grass/trunk/REQUIREMENTS.html	2019-02-21 09:48:28 UTC (rev 74121)
@@ -56,7 +56,7 @@
 </li>
 
 <li><b>Python >= 2.7</b> (for temporal framework, scripts, wxGUI, and ctypes interface)<br>
-<i>Note:</i> Python 3 support is still in development<br>
+<i>Note:</i> Python 3 support is in development and will be completed for the GRASS GIS 7.8.0 release<br>
 <a href="http://www.python.org">http://www.python.org</a>
 </li>
 
@@ -165,6 +165,10 @@
 <a href="http://matplotlib.org/">http://matplotlib.org/</a>
 </li>
 
+<li><b>Python requests</b> ("python-requests", needed for g.extension)<br>
+<a href="http://docs.python-requests.org/">http://docs.python-requests.org/</a>
+</li>
+
 <li><b>python-termcolor</b> (recommended for g.search.modules)<br>
 <a href="https://pypi.python.org/pypi/termcolor">https://pypi.python.org/pypi/termcolor</a>
 </li>



More information about the grass-commit mailing list