From 9c9aec1b49115418dc46a5841fb19eb1b7b18621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 28 Jan 2021 11:41:26 +0100 Subject: [PATCH] Remove gdal and proj from the Python Classroom Lab --- fedora-python-classroom-common.ks | 6 ++++++ 1 file changed, 6 insertions(+) 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