diff --git a/python-pysaml2.changes b/python-pysaml2.changes index abd965b..efd4d7d 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Feb 26 13:14:29 UTC 2016 - tbechtold@suse.com + +- Require python-python-dateutil. package was renamed + +------------------------------------------------------------------- +Tue Oct 13 21:31:03 UTC 2015 - dmueller@suse.com + +- add pycrypto/pyOpenSSL dependency + +------------------------------------------------------------------- +Tue Sep 1 07:17:52 UTC 2015 - tbechtold@suse.com + +- Move python-repoze.who from Recommends to Requires. It's needed. + +------------------------------------------------------------------- +Thu Jul 30 19:30:53 UTC 2015 - tbechtold@suse.com + +- Add missing Requires + ------------------------------------------------------------------- Thu Jul 16 15:40:39 UTC 2015 - seife+obs@b1-systems.com diff --git a/python-pysaml2.spec b/python-pysaml2.spec index 8f9d138..a481c26 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysaml2 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,13 +43,18 @@ BuildRequires: python-repoze.who BuildRequires: python-requests >= 1.0.0 %endif %if 0%{?suse_release} -Recommends: python-repoze.who # 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-pyOpenSSL +Requires: python-pycrypto >= 2.2 +Requires: python-python-dateutil +Requires: python-pytz +Requires: python-repoze.who Requires: python-requests >= 1.0.0 Requires: python-zope.interface BuildRoot: %{_tmppath}/%{name}-%{version}-build