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:
commit
ca75ebcaa8
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user