[GRASS-SVN] r67551 - grass-addons/grass7/gui/wxpython/wx.metadata

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 11 06:39:38 PST 2016


Author: krejcmat
Date: 2016-01-11 06:39:38 -0800 (Mon, 11 Jan 2016)
New Revision: 67551

Modified:
   grass-addons/grass7/gui/wxpython/wx.metadata/dependency.py
Log:
addons wx.metadata: update dependency list/checker

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/dependency.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/dependency.py	2016-01-11 14:24:41 UTC (rev 67550)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/dependency.py	2016-01-11 14:39:38 UTC (rev 67551)
@@ -29,7 +29,12 @@
 except:
     print('pycsw library is missing. Check requirements on the manual page < https://grasswiki.osgeo.org/wiki/ISO/INSPIRE_Metadata_Support >')
 
+try:
+    import reportlab
 
+except:
+    print('python-import reportlab library is missing. Check requirements on the manual page < https://grasswiki.osgeo.org/wiki/ISO/INSPIRE_Metadata_Support >')
+
 if pycsw:
     import pycsw
     cswvs= pycsw.__version__
@@ -43,4 +48,5 @@
 from owslib.iso import *
 import jinja2
 from pycsw.core import admin
+import reportlab
 



More information about the grass-commit mailing list