blob: 0170fc274baab14b2b90f5902efad2af4ffd23a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|