forked from pool/python-pysaml2
- fix requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 22 15:18:26 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 17 14:42:09 UTC 2016 - michael@stroeder.com
|
Thu Nov 17 14:42:09 UTC 2016 - michael@stroeder.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Test reqs are heavy, thus only have it on demand:
|
# Test reqs are heavy, thus only have it on demand:
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: python-pysaml2
|
Name: python-pysaml2
|
||||||
Version: 4.4.0
|
Version: 4.4.0
|
||||||
@@ -31,14 +31,18 @@ BuildRequires: python-devel
|
|||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: python-M2Crypto
|
|
||||||
BuildRequires: python-decorator
|
BuildRequires: python-decorator
|
||||||
|
BuildRequires: python-future
|
||||||
BuildRequires: python-mako
|
BuildRequires: python-mako
|
||||||
BuildRequires: python-mongodict
|
BuildRequires: python-mongodict
|
||||||
|
BuildRequires: python-pyOpenSSL
|
||||||
BuildRequires: python-pyasn1
|
BuildRequires: python-pyasn1
|
||||||
|
BuildRequires: python-pycryptodomex
|
||||||
BuildRequires: python-pymongo
|
BuildRequires: python-pymongo
|
||||||
BuildRequires: python-pytest
|
BuildRequires: python-pytest
|
||||||
|
BuildRequires: python-python-dateutil
|
||||||
BuildRequires: python-python-memcached
|
BuildRequires: python-python-memcached
|
||||||
|
BuildRequires: python-pytz
|
||||||
BuildRequires: python-repoze.who
|
BuildRequires: python-repoze.who
|
||||||
BuildRequires: python-requests >= 1.0.0
|
BuildRequires: python-requests >= 1.0.0
|
||||||
%endif
|
%endif
|
||||||
@@ -46,16 +50,16 @@ BuildRequires: python-requests >= 1.0.0
|
|||||||
# NOTE(saschpe): xmlsec has a lot of deps and some issues, thus not require it:
|
# NOTE(saschpe): xmlsec has a lot of deps and some issues, thus not require it:
|
||||||
Recommends: python-xmlsec
|
Recommends: python-xmlsec
|
||||||
%endif
|
%endif
|
||||||
Requires: python-M2Crypto
|
|
||||||
Requires: python-Paste
|
Requires: python-Paste
|
||||||
Requires: python-argparse
|
|
||||||
Requires: python-decorator
|
Requires: python-decorator
|
||||||
|
Requires: python-future
|
||||||
Requires: python-pyOpenSSL
|
Requires: python-pyOpenSSL
|
||||||
Requires: python-pycrypto >= 2.2
|
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
|
||||||
Requires: python-requests >= 1.0.0
|
Requires: python-requests >= 1.0.0
|
||||||
|
Requires: python-six
|
||||||
Requires: python-zope.interface
|
Requires: python-zope.interface
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
Reference in New Issue
Block a user