1
0

Accepting request 1160471 from home:bnavigator:branches:Application:Geo

- Don't test folium on python39: no longer available

OBS-URL: https://build.opensuse.org/request/show/1160471
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopandas?expand=0&rev=18
This commit is contained in:
Benjamin Greiner 2024-03-21 20:07:12 +00:00 committed by Git OBS Bridge
parent 18379c7702
commit 2dbef95605
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 21 20:06:36 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Don't test folium on python39: no longer available
-------------------------------------------------------------------
Tue Mar 5 21:10:50 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -49,7 +49,7 @@ Recommends: python-matplotlib
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Rtree}
BuildRequires: %{python_module folium}
BuildRequires: %{python_module folium if %python-base >= 3.10}
BuildRequires: %{python_module fsspec}
BuildRequires: %{python_module geopandas = %{version}}
BuildRequires: %{python_module geopy}