1
0

Accepting request 872040 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/872040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2021-02-16 21:34:00 +00:00 committed by Git OBS Bridge
commit 58a8145ffc
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 13 23:43:09 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Skip python36 build. Due to NEP 29 there is no python36-numpy in
Tumbleweed anymore.
-------------------------------------------------------------------
Sat Jan 30 05:58:22 UTC 2021 - Arun Persaud <arun@gmx.de>

View File

@ -16,8 +16,10 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
# NEP 29: Numpy 1.20 dropped Python 3.6. No python36-numpy in TW anymore.
%define skip_python36 1
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@ -56,7 +58,7 @@ BuildRequires: qhull-devel >= 2003.1
Requires: python-Cycler >= 0.10
Requires: python-Pillow >= 6.2
Requires: python-kiwisolver >= 1.0.1
Requires: python-numpy >= 1.7.1
Requires: python-numpy >= 1.15
Requires: python-pyparsing > 2.2.1
Requires: python-python-dateutil >= 2.7
Requires: python-pytz