From d5f65186eb2f78a8264c9f08e540c43a7e75cf3993cdf5302d4ce856a58e7666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 7 Apr 2022 14:49:35 +0000 Subject: [PATCH] Accepting request 967469 from home:pgajdos:python - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/967469 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydocstyle?expand=0&rev=23 --- python-pydocstyle.changes | 5 +++++ python-pydocstyle.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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}