diff options
| author | Holger Jaekel <holger.jaekel@gmx.de> | 2019-09-27 20:56:10 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 22:05:42 -0300 |
| commit | f82b96e41476be3e5e2b408afa5bf19a9365aca3 (patch) | |
| tree | 69e9ec1ff881ca3199024b18e78bce47da8b4da2 /testing/py3-shapely/10-packaging.patch | |
| parent | 897d8393f0bacf2e54b65b9b2b2880a1a649b03f (diff) | |
| download | aports-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.patch | 15 |
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 |
