python3Packages.django_4: fix geos_gdal patch syntax error

This commit is contained in:
Florian Amsallem 2022-06-03 12:24:07 +02:00
parent c09782950f
commit 43f65db139

View File

@ -7,7 +7,7 @@ index 05b5732..91fafee 100644
lib_path = settings.GDAL_LIBRARY_PATH
except (AttributeError, ImportError, ImproperlyConfigured, OSError):
- lib_path = None
+ lib_path = ""@gdal@/lib/libgdal@extension@"
+ lib_path = "@gdal@/lib/libgdal@extension@"
if lib_path:
lib_names = None