forked from pool/python-wsgi_intercept
- 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:
committed by
Git OBS Bridge
parent
eef58a49f4
commit
e16a9e36be
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 11:17:23 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Require python-setuptools instead of distribute (upstreams merged)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 15 13:31:06 UTC 2013 - speilicke@suse.com
|
Fri Mar 15 13:31:06 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@@ -13,27 +13,28 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-wsgi_intercept
|
Name: python-wsgi_intercept
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: Installs a WSGI application in place of a real URI for testing
|
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
|
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
|
Source: http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-setuptools
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
BuildRequires: python-nose
|
|
||||||
BuildRequires: python-Paste
|
BuildRequires: python-Paste
|
||||||
|
BuildRequires: python-WebTest
|
||||||
BuildRequires: python-httplib2
|
BuildRequires: python-httplib2
|
||||||
BuildRequires: python-mechanize
|
BuildRequires: python-mechanize
|
||||||
BuildRequires: python-mechanoid
|
BuildRequires: python-mechanoid
|
||||||
BuildRequires: python-WebTest
|
BuildRequires: python-nose
|
||||||
BuildRequires: python-zope.testbrowser
|
|
||||||
BuildRequires: python-webunit
|
BuildRequires: python-webunit
|
||||||
|
BuildRequires: python-zope.testbrowser
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Reference in New Issue
Block a user