Accepting request 814224 from science

Fix GCC10 build failure

OBS-URL: https://build.opensuse.org/request/show/814224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=82
This commit is contained in:
Dominique Leuenberger 2020-06-14 16:16:45 +00:00 committed by Git OBS Bridge
commit 90bce27384
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 12 14:18:41 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Disable Python 2 bindings for Tumbleweed.
-------------------------------------------------------------------
Tue Jan 21 11:38:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -26,7 +26,11 @@
%bcond_with tests
%bcond_without gapi
%bcond_without ffmpeg
%if %{suse_version} < 1550
%bcond_without python2
%else
%bcond_with python2
%endif
%bcond_without python3
%bcond_without openblas
Name: opencv