diff --git a/python-WebOb.changes b/python-WebOb.changes index 88addb1..ae55bb4 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 23 09:45:17 UTC 2012 - saschpe@suse.de + +- Add dependency on python-M2Crypto, otherwise you won't get HTTPS + ------------------------------------------------------------------- Thu Nov 22 15:05:11 UTC 2012 - saschpe@suse.de diff --git a/python-WebOb.spec b/python-WebOb.spec index b90a2b0..c3cdc50 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -24,10 +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 BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: python-webob = %{version} Obsoletes: python-webob < %{version}