From cbebabaa27f55728ee5bee44538c609a0757a7663009e29e4ac2af6a71c56ded Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 7 Mar 2022 13:51:47 +0000 Subject: [PATCH] Accepting request 959909 from home:pgajdos:python - python-mock actually not needed for build OBS-URL: https://build.opensuse.org/request/show/959909 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bashate?expand=0&rev=17 --- python-bashate.changes | 5 +++++ python-bashate.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-bashate.changes b/python-bashate.changes index a4bd65e..c60c616 100644 --- a/python-bashate.changes +++ b/python-bashate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 7 12:19:11 UTC 2022 - pgajdos@suse.com + +- python-mock actually not needed for build + ------------------------------------------------------------------- Tue Jan 11 20:55:17 UTC 2022 - Dirk Müller diff --git a/python-bashate.spec b/python-bashate.spec index 7609888..85d6884 100644 --- a/python-bashate.spec +++ b/python-bashate.spec @@ -27,7 +27,6 @@ Group: Development/Languages/Python URL: https://pypi.org/project/bashate/ Source: https://files.pythonhosted.org/packages/source/b/bashate/bashate-%{version}.tar.gz BuildRequires: %{python_module Babel >= 0.9.6} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testtools}