14
0
2018-12-04 17:20:24 +00:00
committed by Git OBS Bridge
parent 68a178b7e3
commit 45b0ea1d0b

View File

@@ -26,18 +26,17 @@ Release: 0
Summary: OpenID support for modern servers and consumers
License: Apache-2.0
Group: Development/Languages/Python
Url: http://github.com/necaris/python3-openid
URL: http://github.com/necaris/python3-openid
Source: https://files.pythonhosted.org/packages/source/p/python3-openid/python3-openid-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-defusedxml
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module defusedxml}
BuildRequires: %{python_module nose}
%endif
Requires: python-defusedxml
BuildArch: noarch
%python_subpackages
%description
@@ -63,8 +62,8 @@ Includes example code and support for a variety of storage back-ends.
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE NEWS.md
%license LICENSE
%doc NEWS.md
%{python_sitelib}/*
%changelog