diff --git a/fedora-python-classroom-common.ks b/fedora-python-classroom-common.ks index e32ebea..9404fc0 100644 --- a/fedora-python-classroom-common.ks +++ b/fedora-python-classroom-common.ks @@ -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