From 422e885b88e3e34ba30c78fdfc698df354ba59a42d11be603a0d9b85a91fbb7e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 9 Jul 2023 12:09:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=43 --- python-nbformat.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-nbformat.spec b/python-nbformat.spec index 4175ada..5af56b2 100644 --- a/python-nbformat.spec +++ b/python-nbformat.spec @@ -33,7 +33,7 @@ BuildRequires: fdupes BuildRequires: nodejs BuildRequires: python-rpm-macros >= 20210929 Requires: python-fastjsonschema -Requires: python-jsonschema > 2.6 +Requires: (python-jsonschema > 2.6 with python-jsonschema < 4.18) Requires: python-jupyter_core Requires: python-traitlets >= 5.1 Provides: python-jupyter_nbformat = %{version}-%{release} @@ -48,7 +48,7 @@ Requires(postun):update-alternatives %endif # SECTION test requirements BuildRequires: %{python_module fastjsonschema} -BuildRequires: %{python_module jsonschema > 2.6} +BuildRequires: %{python_module jsonschema > 2.6 with python-jsonschema < 4.18} BuildRequires: %{python_module jupyter_core} BuildRequires: %{python_module pep440} BuildRequires: %{python_module pytest}