14
0
Tomáš Chvátal
2019-04-11 08:13:51 +00:00
committed by Git OBS Bridge
parent 5a055e723c
commit 0e9f4debdf

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python3-saml # spec file for package python-python3-saml
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@@ -23,16 +23,14 @@ Release: 0
Summary: Python SAML support Summary: Python SAML support
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/onelogin/python3-saml URL: https://github.com/onelogin/python3-saml
Source: https://github.com/onelogin/python3-saml/archive/v%{version}.tar.gz#/python3-saml-%{version}.tar.gz Source: https://github.com/onelogin/python3-saml/archive/v%{version}.tar.gz#/python3-saml-%{version}.tar.gz
# Minor bug, very likely because libxmlsec in openSUSE
# is v1.2.20, which is over four years, and is unsupported.
Patch0: bug-testDecryptElement.patch Patch0: bug-testDecryptElement.patch
BuildRequires: %{python_module freezegun >= 0.3.11}
BuildRequires: %{python_module defusedxml >= 0.5.0} BuildRequires: %{python_module defusedxml >= 0.5.0}
BuildRequires: %{python_module freezegun >= 0.3.11}
BuildRequires: %{python_module isodate >= 0.5.0} BuildRequires: %{python_module isodate >= 0.5.0}
BuildRequires: %{python_module xmlsec >= 0.6.0}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xmlsec >= 0.6.0}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: libxmlsec1-openssl1 BuildRequires: libxmlsec1-openssl1
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@@ -43,7 +41,6 @@ Requires: python-defusedxml >= 0.5.0
Requires: python-isodate >= 0.5.0 Requires: python-isodate >= 0.5.0
Requires: python-xmlsec >= 0.6.0 Requires: python-xmlsec >= 0.6.0
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description