diff --git a/python-WebOb.changes b/python-WebOb.changes index b0a6ef3..d000b56 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 27 13:26:48 UTC 2013 - speilicke@suse.com + +- BuildRequire python (for ssl module) and drop pyOpenSSL + ------------------------------------------------------------------- Mon Jan 14 15:12:52 UTC 2013 - saschpe@suse.de diff --git a/python-WebOb.spec b/python-WebOb.spec index 9791fd4..b887162 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -24,12 +24,14 @@ 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-Sphinx BuildRequires: python-devel BuildRequires: python-distribute +# Test requirements: +# for ssl module: +BuildRequires: python BuildRequires: python-nose -BuildRequires: python-pyOpenSSL -Requires: python-pyOpenSSL +# Documentation requirements: +BuildRequires: python-Sphinx BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: python-webob = %{version} Obsoletes: python-webob < %{version}