python3Packages.django_4: fix geos_gdal patch syntax error
This commit is contained in:
parent
c09782950f
commit
43f65db139
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user