14
0

- Require python-setuptools instead of distribute (upstreams merged)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2013-10-24 11:17:24 +00:00
committed by Git OBS Bridge
parent eef58a49f4
commit e16a9e36be
2 changed files with 12 additions and 6 deletions

View File

@@ -13,27 +13,28 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-wsgi_intercept
Version: 0.5.1
Release: 0
License: MIT
Summary: Installs a WSGI application in place of a real URI for testing
Url: http://code.google.com/p/wsgi-intercept/
License: MIT
Group: Development/Languages/Python
Url: http://code.google.com/p/wsgi-intercept/
Source: http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-setuptools
# Test requirements:
BuildRequires: python-nose
BuildRequires: python-Paste
BuildRequires: python-WebTest
BuildRequires: python-httplib2
BuildRequires: python-mechanize
BuildRequires: python-mechanoid
BuildRequires: python-WebTest
BuildRequires: python-zope.testbrowser
BuildRequires: python-nose
BuildRequires: python-webunit
BuildRequires: python-zope.testbrowser
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}