Accepting request 943364 from home:licehunter:branches:Application:Geo

- Fix build on Leap 15.3

OBS-URL: https://build.opensuse.org/request/show/943364
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=145
This commit is contained in:
Bruno Friedmann 2022-01-01 08:47:59 +00:00 committed by Git OBS Bridge
parent a83bada7bd
commit e88c9d8064
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 31 19:53:12 UTC 2021 - D. Berge <opensuse@navlost.eu>
- Fix build on Leap 15.3
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 29 17:26:20 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch> Mon Nov 29 17:26:20 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>

View File

@ -62,6 +62,9 @@ BuildRequires: perl-macros
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python3-numpy-devel BuildRequires: python3-numpy-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
BuildRequires: python-rpm-macros
%endif
%if %{with tests_support} %if %{with tests_support}
BuildRequires: python3-lxml BuildRequires: python3-lxml
BuildRequires: python3-pytest BuildRequires: python3-pytest