Accepting request 886002 from systemsmanagement

OBS-URL: https://build.opensuse.org/request/show/886002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible?expand=0&rev=78
This commit is contained in:
Dominique Leuenberger 2021-04-16 22:02:09 +00:00 committed by Git OBS Bridge
commit 5e496b1f7b
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>
- Switch to python3-cryptography in openSUSE/SLE
-------------------------------------------------------------------
Tue Apr 13 07:44:55 UTC 2021 - Michael Ströder <michael@stroeder.com>

View File

@ -195,17 +195,16 @@ BuildRequires: %{python}-coverage
BuildRequires: %{python}-devel
BuildRequires: %{python}-jmespath
BuildRequires: %{python}-paramiko
BuildRequires: %{python}-pycrypto >= 2.6
BuildRequires: %{python}-cryptography
BuildRequires: %{python}-setuptools > 0.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
Requires: %{python}-pycrypto >= 2.6
Requires: %{python}-cryptography
Requires: %{python}-setuptools > 0.6
Recommends: %{python}-boto3
Recommends: %{python}-botocore