14
0

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
This commit is contained in:
2018-10-09 15:55:30 +00:00
committed by Git OBS Bridge
parent 6594d70f9c
commit 9e77dd2ebd
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 9 15:50:52 UTC 2018 - Colleen Murphy <comurphy@suse.com>
- Replace python-pycryptodomex dep with python-cryptography
- Dependency was swapped in afdf5b4
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 29 08:25:34 UTC 2017 - okurz@suse.com Wed Nov 29 08:25:34 UTC 2017 - okurz@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pysaml2 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -36,13 +36,13 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# Test requirements: # Test requirements:
%if %{with tests} %if %{with tests}
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module decorator} BuildRequires: %{python_module decorator}
BuildRequires: %{python_module future} BuildRequires: %{python_module future}
BuildRequires: %{python_module mako} BuildRequires: %{python_module mako}
BuildRequires: %{python_module mongodict} BuildRequires: %{python_module mongodict}
BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pyOpenSSL}
BuildRequires: %{python_module pyasn1} BuildRequires: %{python_module pyasn1}
BuildRequires: %{python_module pycryptodomex}
BuildRequires: %{python_module pymongo} BuildRequires: %{python_module pymongo}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module python-dateutil}
@@ -52,11 +52,11 @@ BuildRequires: %{python_module repoze.who}
BuildRequires: %{python_module requests >= 1.0.0} BuildRequires: %{python_module requests >= 1.0.0}
%endif %endif
Requires: python-Paste Requires: python-Paste
Requires: python-cryptography
Requires: python-decorator Requires: python-decorator
Requires: python-defusedxml Requires: python-defusedxml
Requires: python-future Requires: python-future
Requires: python-pyOpenSSL Requires: python-pyOpenSSL
Requires: python-pycryptodomex
Requires: python-python-dateutil Requires: python-python-dateutil
Requires: python-pytz Requires: python-pytz
Requires: python-repoze.who Requires: python-repoze.who