Accepting request 944951 from home:bnavigator:branches:devel:languages:python:jupyter
- Do not build on SLE/Leap <= 15 OBS-URL: https://build.opensuse.org/request/show/944951 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=27
This commit is contained in:
parent
e8acbb7c03
commit
011dd1855d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 20:11:58 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Do not build on SLE/Leap <= 15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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} < 1550
|
||||
# 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