aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-shapely/10-packaging.patch
diff options
context:
space:
mode:
authorHolger Jaekel <holger.jaekel@gmx.de>2019-09-27 20:56:10 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-27 22:05:42 -0300
commitf82b96e41476be3e5e2b408afa5bf19a9365aca3 (patch)
tree69e9ec1ff881ca3199024b18e78bce47da8b4da2 /testing/py3-shapely/10-packaging.patch
parent897d8393f0bacf2e54b65b9b2b2880a1a649b03f (diff)
downloadaports-f82b96e41476be3e5e2b408afa5bf19a9365aca3.tar.bz2
aports-f82b96e41476be3e5e2b408afa5bf19a9365aca3.tar.xz
testing/py3-shapely: new aport
Diffstat (limited to 'testing/py3-shapely/10-packaging.patch')
-rw-r--r--testing/py3-shapely/10-packaging.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/py3-shapely/10-packaging.patch b/testing/py3-shapely/10-packaging.patch
new file mode 100644
index 0000000000..0170fc274b
--- /dev/null
+++ b/testing/py3-shapely/10-packaging.patch
@@ -0,0 +1,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