diff --git a/python-WebOb.changes b/python-WebOb.changes index ae55bb4..b0a6ef3 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 14 15:12:52 UTC 2013 - saschpe@suse.de + +- (Build)Require python-pyOpenSSL instead of M2Crypto (to get the + ssl Python base module) + ------------------------------------------------------------------- Fri Nov 23 09:45:17 UTC 2012 - saschpe@suse.de diff --git a/python-WebOb.spec b/python-WebOb.spec index c3cdc50..2f40633 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -1,7 +1,7 @@ # # spec file for package python-WebOb # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,12 +24,12 @@ License: MIT Group: Development/Languages/Python Url: http://webob.org/ Source: http://pypi.python.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz -BuildRequires: python-M2Crypto BuildRequires: python-Sphinx BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-nose -Requires: python-M2Crypto +BuildRequires: python-pyOpenSSL +Requires: python-pyOpenSSLpyOpenSSL BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: python-webob = %{version} Obsoletes: python-webob < %{version}