Accepting request 1101341 from home:bnavigator:branches:devel:languages:python:jupyter

- Fix requirements

OBS-URL: https://build.opensuse.org/request/show/1101341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-schema-validator?expand=0&rev=17
This commit is contained in:
2023-07-30 09:40:31 +00:00
committed by Git OBS Bridge
parent bc17985d9d
commit 5da6ea7f53
2 changed files with 9 additions and 4 deletions

View File

@@ -30,13 +30,13 @@ BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Provides: python-openapi_schema_validator = %{version}-%{release}
Requires: python-jsonschema >= 4.18
Requires: python-jsonschema-specifications >= 2023.5
Requires: python-jsonschema-specifications >= 2023.5.2
Requires: python-rfc3339-validator
Requires: (python-jsonschema >= 4.18 with python-jsonschema < 5)
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module jsonschema >= 4.18}
BuildRequires: %{python_module jsonschema-specifications >= 2023.5}
BuildRequires: %{python_module jsonschema >= 4.18 with %python-jsonschema < 5}
BuildRequires: %{python_module jsonschema-specifications >= 2023.5.2}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module rfc3339-validator}
# /SECTION