From 0bfafa8c7270ba8e9264691135be365ae9ba2ccea9563575c5aca4a14c3373d4 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 27 Mar 2013 13:24:33 +0000 Subject: [PATCH] - BuildRequire python (for ssl module) and drop pyOpenSSL OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=16 --- python-WebOb.changes | 5 +++++ python-WebOb.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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}