Accepting request 885999 from home:moio:branches:systemsmanagement

- Drop python-coverage run-time requirement from openSUSE/SLE

python-coverage is only required in SLE/openSUSE, it is not listed in the requirements.txt in Ansible's repo. I think it is only in the tests at build time.

OBS-URL: https://build.opensuse.org/request/show/885999
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=206
This commit is contained in:
Michael Ströder 2021-04-16 13:34:01 +00:00 committed by Git OBS Bridge
parent cd6150b087
commit 53184286a4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 16 12:54:09 UTC 2021 - Alexander Graul <alexander.graul@suse.com>
- Drop python-coverage run-time requirement from openSUSE/SLE
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 16 12:05:06 UTC 2021 - Alexander Graul <alexander.graul@suse.com> Fri Apr 16 12:05:06 UTC 2021 - Alexander Graul <alexander.graul@suse.com>

View File

@ -201,7 +201,6 @@ BuildRequires: %{python}-straight-plugin
BuildRequires: fdupes BuildRequires: fdupes
Requires: %{python}-Jinja2 Requires: %{python}-Jinja2
Requires: %{python}-PyYAML Requires: %{python}-PyYAML
Requires: %{python}-coverage
Requires: %{python}-jmespath Requires: %{python}-jmespath
Requires: %{python}-paramiko Requires: %{python}-paramiko
Requires: %{python}-passlib Requires: %{python}-passlib