forked from pool/python-pysaml2
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:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user