From 9e77dd2ebda375a594d9f97cff9c0b4ea0760554282021d3811052e0708a62a7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Oct 2018 15:55:30 +0000 Subject: [PATCH] Accepting request 640854 from home:comurphy:branches:devel:languages:python - Replace python-pycryptodomex dep with python-cryptography - Dependency was swapped in afdf5b4 OBS-URL: https://build.opensuse.org/request/show/640854 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=19 --- python-pysaml2.changes | 6 ++++++ python-pysaml2.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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