Accepting request 162464 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/162464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2013-04-05 05:44:40 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 3 deletions

View File

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

View File

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