15
0

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

- Fix requirements

OBS-URL: https://build.opensuse.org/request/show/1101342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=35
This commit is contained in:
2023-07-30 09:40:13 +00:00
committed by Git OBS Bridge
parent c1bfd46982
commit 2b1f92932a
2 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 29 22:02:15 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Fix requirements
-------------------------------------------------------------------
Tue Jul 25 06:10:38 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -33,28 +33,31 @@ BuildRequires: %{python_module Django >= 3.0}
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module WebOb}
BuildRequires: %{python_module Werkzeug}
BuildRequires: %{python_module aiohttp}
BuildRequires: %{python_module asgiref >= 2.6}
BuildRequires: %{python_module aiohttp >= 3}
BuildRequires: %{python_module asgiref >= 3.6.0}
BuildRequires: %{python_module falcon >= 3.0}
BuildRequires: %{python_module isodate}
BuildRequires: %{python_module jsonschema >= 4.18}
BuildRequires: %{python_module jsonschema-spec >= 0.2.3}
BuildRequires: %{python_module jsonschema >= 4.18.0 with %python-jsonschema < 5}
BuildRequires: %{python_module jsonschema-spec >= 0.2.3 with %python-jsonschema-spec < 0.3}
BuildRequires: %{python_module more-itertools}
BuildRequires: %{python_module openapi-schema-validator >= 0.6.0}
BuildRequires: %{python_module openapi-spec-validator >= 0.6.0}
BuildRequires: %{python_module multidict >= 6.0.4}
BuildRequires: %{python_module openapi-schema-validator >= 0.6 with %python-openapi-schema-validator < 0.7}
BuildRequires: %{python_module openapi-spec-validator >= 0.6 with %python-openapi-spec-validator < 0.7}
BuildRequires: %{python_module parse}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module responses}
# /SECTION
Requires: python-Werkzeug
Requires: python-asgiref >= 3.6
Requires: python-asgiref >= 3.6.0
Requires: python-isodate
Requires: python-jsonschema >= 4.18
Requires: python-jsonschema-spec >= 0.2.3
Requires: python-more-itertools
Requires: python-openapi-schema-validator >= 0.6.0
Requires: python-openapi-spec-validator >= 0.6.0
Requires: python-parse
Requires: (python-jsonschema >= 4.18.0 with python-jsonschema < 5)
Requires: (python-jsonschema-spec >= 0.2.3 with python-jsonschema-spec < 0.3)
Requires: (python-openapi-schema-validator >= 0.6 with python-openapi-schema-validator < 0.7)
Requires: (python-openapi-spec-validator >= 0.6 with python-openapi-spec-validator < 0.7)
BuildArch: noarch
%python_subpackages