diff --git a/opencv.changes b/opencv.changes index 643d1a7..1e2aa8a 100644 --- a/opencv.changes +++ b/opencv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 12 14:18:41 UTC 2020 - Stefan BrĂ¼ns + +- Disable Python 2 bindings for Tumbleweed. + ------------------------------------------------------------------- Tue Jan 21 11:38:08 UTC 2020 - Dominique Leuenberger diff --git a/opencv.spec b/opencv.spec index f2161f6..f119b06 100644 --- a/opencv.spec +++ b/opencv.spec @@ -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