Commit d48d682d authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

component/gdal: Remove call to `warnings.simplefilter`

GDAL is a library, and thus it should not mess with global settings.
This was causing the logs to be flooded with deprecation messages.

See merge request nexedi/slapos!1674
parent 2e1d237c
...@@ -48,8 +48,10 @@ environment = ...@@ -48,8 +48,10 @@ environment =
[gdal-python] [gdal-python]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = GDAL ==${gdal:version} egg = GDAL ==${gdal:version}+SlapOSPatched001
setup-eggs = ${numpy:egg} setup-eggs = ${numpy:egg}
patches = https://github.com/OSGeo/gdal/commit/166ee6fee9c5e2356605e89abf72c23f3bd0cb74.patch?full_index=1#878ccd1b33e03a5d7445e8d4ff9b6746
patch-options = -p3
rpath = ${:library-dirs} rpath = ${:library-dirs}
include-dirs = include-dirs =
${gdal:location}/include ${gdal:location}/include
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment