From 53184286a47331f1ef0f1805a45e97adf6deb9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 16 Apr 2021 13:34:01 +0000 Subject: [PATCH] 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 --- ansible.changes | 5 +++++ ansible.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible.changes b/ansible.changes index a96f08e..b9b2112 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 16 12:54:09 UTC 2021 - Alexander Graul + +- Drop python-coverage run-time requirement from openSUSE/SLE + ------------------------------------------------------------------- Fri Apr 16 12:05:06 UTC 2021 - Alexander Graul diff --git a/ansible.spec b/ansible.spec index 4ffb887..8cbd746 100644 --- a/ansible.spec +++ b/ansible.spec @@ -201,7 +201,6 @@ BuildRequires: %{python}-straight-plugin BuildRequires: fdupes Requires: %{python}-Jinja2 Requires: %{python}-PyYAML -Requires: %{python}-coverage Requires: %{python}-jmespath Requires: %{python}-paramiko Requires: %{python}-passlib