1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-11-25 08:33:09 +00:00

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

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