Accepting request 963697 from home:pgajdos:python

- actually does not require python-mock for build

OBS-URL: https://build.opensuse.org/request/show/963697
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphene?expand=0&rev=9
This commit is contained in:
Matej Cepl 2022-03-21 14:24:05 +00:00 committed by Git OBS Bridge
parent 06ca5fd1af
commit eb0378de33
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}