- (Build)Require python-pyOpenSSL instead of M2Crypto (to get the

ssl Python base module)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=13
This commit is contained in:
Sascha Peilicke
2013-01-14 15:11:24 +00:00
committed by Git OBS Bridge
parent 6afb4bac6c
commit fd380aa9ad
2 changed files with 9 additions and 3 deletions

View File

@@ -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

View File

@@ -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}