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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user