diff --git a/ansible.changes b/ansible.changes index 4963944..b9b2112 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 + +- Switch to python3-cryptography in openSUSE/SLE + ------------------------------------------------------------------- Tue Apr 13 07:44:55 UTC 2021 - Michael Ströder diff --git a/ansible.spec b/ansible.spec index 713f02c..8cbd746 100644 --- a/ansible.spec +++ b/ansible.spec @@ -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