14
0
2016-11-22 15:18:34 +00:00
committed by Git OBS Bridge
parent 62ef4faeca
commit 25668c3a6e
2 changed files with 14 additions and 5 deletions

View File

@@ -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

View File

@@ -17,7 +17,7 @@
# Test reqs are heavy, thus only have it on demand:
%bcond_with tests
%bcond_with tests
Name: python-pysaml2
Version: 4.4.0
@@ -31,14 +31,18 @@ BuildRequires: python-devel
BuildRequires: python-setuptools
# Test requirements:
%if %{with tests}
BuildRequires: python-M2Crypto
BuildRequires: python-decorator
BuildRequires: python-future
BuildRequires: python-mako
BuildRequires: python-mongodict
BuildRequires: python-pyOpenSSL
BuildRequires: python-pyasn1
BuildRequires: python-pycryptodomex
BuildRequires: python-pymongo
BuildRequires: python-pytest
BuildRequires: python-python-dateutil
BuildRequires: python-python-memcached
BuildRequires: python-pytz
BuildRequires: python-repoze.who
BuildRequires: python-requests >= 1.0.0
%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:
Recommends: python-xmlsec
%endif
Requires: python-M2Crypto
Requires: python-Paste
Requires: python-argparse
Requires: python-decorator
Requires: python-future
Requires: python-pyOpenSSL
Requires: python-pycrypto >= 2.2
Requires: python-pycryptodomex
Requires: python-python-dateutil
Requires: python-pytz
Requires: python-repoze.who
Requires: python-requests >= 1.0.0
Requires: python-six
Requires: python-zope.interface
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110