diff --git a/python-pybind11.changes b/python-pybind11.changes index dc8dfce..381476d 100644 --- a/python-pybind11.changes +++ b/python-pybind11.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 15 00:56:32 UTC 2021 - Benjamin Greiner + +- Dont test with python36-numpy. Tumbleweed's NumPy >= 1.20 dropped + support for Python 3.6 + ------------------------------------------------------------------- Sun Feb 7 13:15:06 UTC 2021 - John Vandenberg diff --git a/python-pybind11.spec b/python-pybind11.spec index d95e4cf..3552cd8 100644 --- a/python-pybind11.spec +++ b/python-pybind11.spec @@ -25,7 +25,7 @@ License: BSD-3-Clause URL: https://github.com/pybind/pybind11 Source: https://github.com/pybind/pybind11/archive/v%{version}.tar.gz#/pybind11-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy} +BuildRequires: %{python_module numpy if (%python-base without python36-base)} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: cmake