14
0

Accepting request 236010 from devel:languages:python

- move unittest2 to the SLE11-specific requires (not needed on python 2.7+) (forwarded request 234875 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/236010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2014-06-04 16:39:18 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 20 16:24:01 UTC 2014 - dmueller@suse.com
- move unittest2 to the SLE11-specific requires (not needed on python 2.7+)
-------------------------------------------------------------------
Tue Apr 8 08:43:05 UTC 2014 - dmueller@suse.com

View File

@@ -27,11 +27,11 @@ Source: http://pypi.python.org/packages/source/f/fixtures/fixtures-%{ver
BuildRequires: python-devel
BuildRequires: python-testtools >= 0.9.22
# Test requirements:
BuildRequires: python-unittest2
#BuildRequires: python-bzrlib.tests
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: python-discover
BuildRequires: python-unittest2
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch