diff --git a/python-pydocstyle.changes b/python-pydocstyle.changes index 77d8454..029390f 100644 --- a/python-pydocstyle.changes +++ b/python-pydocstyle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 7 10:40:03 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build + ------------------------------------------------------------------- Sat Mar 26 18:56:53 UTC 2022 - Dirk Müller diff --git a/python-pydocstyle.spec b/python-pydocstyle.spec index 59f68f0..a20ffb3 100644 --- a/python-pydocstyle.spec +++ b/python-pydocstyle.spec @@ -29,7 +29,6 @@ Source: https://github.com/PyCQA/pydocstyle/archive/%{version}.tar.gz#/p # Tests invoke pip and pycodestyle directly, when they should use sys.executable. # https://github.com/PyCQA/pydocstyle/pull/403 Patch0: integration-tests-invocation.patch -BuildRequires: %{python_module mock} BuildRequires: %{python_module pathlib} # Tests invoke pip BuildRequires: %{python_module pip}