1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 02:35:23 +03:00
aports/community/py3-shapely/10-packaging.patch
2020-05-06 19:46:29 +02:00

15 lines
483 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: use Alpine py3-packaging instead of internal
----
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,7 @@ except ImportError:
from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
-from _vendor.packaging.version import Version
+from packaging.version import Version
# Get geos_version from GEOS dynamic library, which depends on
# GEOS_LIBRARY_PATH and/or GEOS_CONFIG environment variables