Accepting request 944954 from devel:languages:python:jupyter

- Do not build on SLE/Leap <= 15.3

OBS-URL: https://build.opensuse.org/request/show/944954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2022-01-08 22:24:26 +00:00 committed by Git OBS Bridge
commit ca75ebcaa8
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 8 20:19:58 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Do not build on SLE/Leap <= 15.3
-------------------------------------------------------------------
Sun Nov 21 17:25:17 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -23,6 +23,11 @@
%else
%define psuffix %{nil}
%bcond_with test
%if 0%{suse_version} <= 1500 && 0%{?sle_version} <= 150300
# The requirements are not available in the correct versions
# remove this if you see the :flavor build succeeding
ExclusiveArch: donotbuild
%endif
%endif
%if 0%{?suse_version} > 1500