Accepting request 963715 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/963715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphene?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-03-21 19:13:09 +00:00 committed by Git OBS Bridge
commit 8508c49051
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 21 13:16:21 UTC 2022 - pgajdos@suse.com
- actually does not require python-mock for build
-------------------------------------------------------------------
Tue Jan 11 03:34:27 UTC 2022 - John Vandenberg <jayvdb@gmail.com>

View File

@ -29,7 +29,6 @@ Source: https://github.com/graphql-python/graphene/archive/v%{version}.t
BuildRequires: %{python_module aniso8601 >= 8}
BuildRequires: %{python_module graphql-core >= 3.1.2}
BuildRequires: %{python_module graphql-relay >= 3.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module promise}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-benchmark}