Accepting request 836456 from home:LPechacek:pyproj-fix-test

- Fix failing test after Proj update to 7.1.1
  - added patch pyproj-3.0.0-TST-Update-tests-with-scope-remarks-649.patch

OBS-URL: https://build.opensuse.org/request/show/836456
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-pyproj?expand=0&rev=26
This commit is contained in:
2020-09-24 08:40:04 +00:00
committed by Git OBS Bridge
parent c4c4a88dd2
commit 8199794f8d
3 changed files with 74 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ License: SUSE-Public-Domain AND X11
Group: Development/Languages/Python
URL: https://github.com/pyproj4/pyproj
Source: https://files.pythonhosted.org/packages/source/p/pyproj/pyproj-%{version}.tar.gz
Patch0: pyproj-3.0.0-TST-Update-tests-with-scope-remarks-649.patch
BuildRequires: %{python_module Cython} >= 0.23.5
BuildRequires: %{python_module Shapely}
BuildRequires: %{python_module aenum}
@@ -70,6 +71,7 @@ where you may access the most up-to-date source.
%prep
%setup -q -n pyproj-%{version}
%patch0 -p1
%build
%python_build