From e608167ea9142f7bc64d3e29ada3a4d8ee7887fb Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 6 Apr 2020 21:06:46 +0000 Subject: [PATCH] - require python-xml (boo#1142542) OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=165 --- ansible.changes | 1 + ansible.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible.changes b/ansible.changes index 0bf3734..6bbe397 100644 --- a/ansible.changes +++ b/ansible.changes @@ -3,6 +3,7 @@ Mon Apr 6 20:45:04 UTC 2020 - lars@linux-schulserver.de - 2.9.6 - create missing (empty) template and files directories for 'ansible-galaxy init' during package build (fixes boo#1137479) +- require python-xml (boo#1142542) ------------------------------------------------------------------- Thu Mar 5 08:23:57 UTC 2020 - Michael Ströder diff --git a/ansible.spec b/ansible.spec index 62c0920..465c746 100644 --- a/ansible.spec +++ b/ansible.spec @@ -135,6 +135,7 @@ Requires: %{python}-paramiko Requires: %{python}-passlib Requires: %{python}-pycrypto >= 2.6 Requires: %{python}-setuptools > 0.6 +Requires: %{python}-xml Recommends: %{python}-boto3 Recommends: %{python}-botocore Recommends: %{python}-dnspython