From 6afb4bac6c6d7bf69bb211ec1290599ad7b787103b5abe7a07b7ee976e915222 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 23 Nov 2012 09:46:52 +0000 Subject: [PATCH] - Add dependency on python-M2Crypto, otherwise you won't get HTTPS OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=11 --- python-WebOb.changes | 5 +++++ python-WebOb.spec | 2 ++ 2 files changed, 7 insertions(+) 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}