diff --git a/python-pysaml2.changes b/python-pysaml2.changes index 4d24c61..0dc6847 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -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 diff --git a/python-pysaml2.spec b/python-pysaml2.spec index f967fca..093c096 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -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