forked from pool/python-pysaml2
Accepting request 1035861 from home:Rotkraut:branches:devel:languages:python
- Fix dependencies according to upstream setup.cfg OBS-URL: https://build.opensuse.org/request/show/1035861 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=67
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 15 14:23:13 UTC 2022 - Rolf Krahl <rolf@rotkraut.de>
|
||||||
|
|
||||||
|
- Fix dependencies according to upstream setup.cfg
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 6 21:56:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Thu Oct 6 21:56:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@@ -30,7 +30,7 @@ Source: https://github.com/IdentityPython/pysaml2/archive/v%{version}.ta
|
|||||||
# gh#IdentityPython/pysaml2#843
|
# gh#IdentityPython/pysaml2#843
|
||||||
Patch0: pymongo-4-support.patch
|
Patch0: pymongo-4-support.patch
|
||||||
BuildRequires: %{python_module Paste}
|
BuildRequires: %{python_module Paste}
|
||||||
BuildRequires: %{python_module cryptography >= 1.4}
|
BuildRequires: %{python_module cryptography >= 3.1}
|
||||||
BuildRequires: %{python_module dbm}
|
BuildRequires: %{python_module dbm}
|
||||||
BuildRequires: %{python_module defusedxml}
|
BuildRequires: %{python_module defusedxml}
|
||||||
BuildRequires: %{python_module importlib-resources}
|
BuildRequires: %{python_module importlib-resources}
|
||||||
@@ -44,7 +44,7 @@ BuildRequires: %{python_module requests >= 1.0.0}
|
|||||||
BuildRequires: %{python_module responses}
|
BuildRequires: %{python_module responses}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: %{python_module xmlschema}
|
BuildRequires: %{python_module xmlschema >= 1.2.1}
|
||||||
BuildRequires: %{python_module zope.interface}
|
BuildRequires: %{python_module zope.interface}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
# This is needed as xmlsec itself does not pull any backend by default
|
# This is needed as xmlsec itself does not pull any backend by default
|
||||||
@@ -54,7 +54,7 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
BuildRequires: xmlsec1
|
BuildRequires: xmlsec1
|
||||||
Requires: python-Paste
|
Requires: python-Paste
|
||||||
Requires: python-cryptography >= 1.4
|
Requires: python-cryptography >= 3.1
|
||||||
Requires: python-defusedxml
|
Requires: python-defusedxml
|
||||||
Requires: python-importlib-resources
|
Requires: python-importlib-resources
|
||||||
Requires: python-pyOpenSSL
|
Requires: python-pyOpenSSL
|
||||||
@@ -63,7 +63,7 @@ Requires: python-pytz
|
|||||||
Requires: python-repoze.who
|
Requires: python-repoze.who
|
||||||
Requires: python-requests >= 1.0.0
|
Requires: python-requests >= 1.0.0
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-xmlschema
|
Requires: python-xmlschema >= 1.2.1
|
||||||
Requires: python-zope.interface
|
Requires: python-zope.interface
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
|
Reference in New Issue
Block a user