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

- Fix the python >= 3.7 build requirement
  * `BuildRequires: python` is a pure python2 specification now
  * no need for the full stdlib (`BuildRequires: %pythons >= 3.7`)

OBS-URL: https://build.opensuse.org/request/show/902356
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-pyproj?expand=0&rev=39
This commit is contained in:
Libor Pechacek
2021-06-25 11:29:55 +00:00
committed by Git OBS Bridge
parent c0c09afe74
commit 583e058e5d
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jun 25 10:34:27 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Fix the python >= 3.7 build requirement
* `BuildRequires: python` is a pure python2 specification now
* no need for the full stdlib (`BuildRequires: %pythons >= 3.7`)
-------------------------------------------------------------------
Thu May 27 13:07:01 UTC 2021 - Libor Pechacek <lpechacek@suse.com>