diff --git a/python-pysaml2.changes b/python-pysaml2.changes index bfa71ec..d9ae6da 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 9 15:50:52 UTC 2018 - Colleen Murphy + +- Replace python-pycryptodomex dep with python-cryptography + - Dependency was swapped in afdf5b4 + ------------------------------------------------------------------- Wed Nov 29 08:25:34 UTC 2017 - okurz@suse.com diff --git a/python-pysaml2.spec b/python-pysaml2.spec index 77dedae..6a2eadd 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysaml2 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,13 +36,13 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros # Test requirements: %if %{with tests} +BuildRequires: %{python_module cryptography} BuildRequires: %{python_module decorator} BuildRequires: %{python_module future} BuildRequires: %{python_module mako} BuildRequires: %{python_module mongodict} BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pyasn1} -BuildRequires: %{python_module pycryptodomex} BuildRequires: %{python_module pymongo} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} @@ -52,11 +52,11 @@ BuildRequires: %{python_module repoze.who} BuildRequires: %{python_module requests >= 1.0.0} %endif Requires: python-Paste +Requires: python-cryptography Requires: python-decorator Requires: python-defusedxml Requires: python-future Requires: python-pyOpenSSL -Requires: python-pycryptodomex Requires: python-python-dateutil Requires: python-pytz Requires: python-repoze.who