Remove gdal and proj from the Python Classroom Lab

This commit is contained in:
Miro Hrončok 2021-01-28 11:41:26 +01:00
parent e085680036
commit 9c9aec1b49
1 changed files with 6 additions and 0 deletions

View File

@ -34,4 +34,10 @@ wget
-texlive-base
-texlive-latex
# Remove gdal recommended by networkx, brings in close to 600M of proj data
# Also explicitly list proj to make sure both packages are gone
# https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/LGC5IMMHZ4DM7GQNPAFC6GU362PPTN7O/
-python3-gdal
-proj
%end