diff --git a/python-graphene.changes b/python-graphene.changes index 4605997..012647e 100644 --- a/python-graphene.changes +++ b/python-graphene.changes @@ -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 diff --git a/python-graphene.spec b/python-graphene.spec index 83c5811..380d70c 100644 --- a/python-graphene.spec +++ b/python-graphene.spec @@ -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}