From b663795a6ea186e97d111549209afd42ed9d9545921944fcf29bd039e30d9d88 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Fri, 20 May 2022 06:10:26 +0000 Subject: [PATCH] Accepting request 972843 from home:pgajdos:python - do not require python-mock: the testsuite is not running anyway and newer testsuite (e. g. 2.1.3) will not use mock at all https://trello.com/c/S6eADbii/64-remove-python-mock OBS-URL: https://build.opensuse.org/request/show/972843 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible-runner?expand=0&rev=9 --- ansible-runner.changes | 7 +++++++ ansible-runner.spec | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ansible-runner.changes b/ansible-runner.changes index f7215ad..a820195 100644 --- a/ansible-runner.changes +++ b/ansible-runner.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 26 11:00:44 UTC 2022 - pgajdos@suse.com + +- do not require python-mock: the testsuite is not running anyway + and newer testsuite (e. g. 2.1.3) will not use mock at all + https://trello.com/c/S6eADbii/64-remove-python-mock + ------------------------------------------------------------------- Sun May 23 17:43:04 UTC 2021 - Ferdinand Thiessen diff --git a/ansible-runner.spec b/ansible-runner.spec index 6835f9b..3b9c0b3 100644 --- a/ansible-runner.spec +++ b/ansible-runner.spec @@ -1,7 +1,7 @@ # # spec file for package ansible-runner # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,6 @@ Source: https://files.pythonhosted.org/packages/source/a/ansible-runner/ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-PyYAML -BuildRequires: python3-mock BuildRequires: python3-pexpect BuildRequires: python3-psutil BuildRequires: python3-python-daemon @@ -50,7 +49,7 @@ systems that don’t want to manage the complexities of the interface on their own (such as CI/CD platforms, Jenkins, or other automated tooling) %prep -%setup -q +%setup -q %build %python3_build