From cd6150b0875e0460e82b47e99062a975981e1417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 16 Apr 2021 12:36:26 +0000 Subject: [PATCH] Accepting request 885973 from home:moio:branches:systemsmanagement - Switch to python3-cryptography in openSUSE/SLE OBS-URL: https://build.opensuse.org/request/show/885973 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=205 --- ansible.changes | 5 +++++ ansible.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ansible.changes b/ansible.changes index 4963944..a96f08e 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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..4ffb887 100644 --- a/ansible.spec +++ b/ansible.spec @@ -195,7 +195,7 @@ 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 @@ -205,7 +205,7 @@ 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