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
This commit is contained in:
Lars Vogdt 2022-05-20 06:10:26 +00:00 committed by Git OBS Bridge
parent de9dec30fd
commit b663795a6e
2 changed files with 9 additions and 3 deletions

View File

@ -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 <rpm@fthiessen.de>

View File

@ -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 dont 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