14
0

Accepting request 872264 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/872264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pybind11?expand=0&rev=12
This commit is contained in:
2021-02-16 21:34:15 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 15 00:56:32 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- 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 <jayvdb@gmail.com>

View File

@@ -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