14
0

Accepting request 872218 from home:bnavigator:branches:devel:languages:python

- Dont test with python36-numpy. Tumbleweed's NumPy >= 1.20 dropped
  support for Python 3.6

OBS-URL: https://build.opensuse.org/request/show/872218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybind11?expand=0&rev=25
This commit is contained in:
2021-02-15 06:55:03 +00:00
committed by Git OBS Bridge
parent e1953f555d
commit 1cdf4c9984
2 changed files with 7 additions and 1 deletions

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