14
0

Accepting request 185209 from home:frispete:python

- add python-unittest2 and python-ordereddict deps for 11.1

OBS-URL: https://build.opensuse.org/request/show/185209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=10
This commit is contained in:
Sascha Peilicke
2013-07-31 15:28:06 +00:00
committed by Git OBS Bridge
parent 8e26b35134
commit c0f2655c6a
2 changed files with 7 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ 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()")}
BuildRequires: python-ordereddict
BuildRequires: python-unittest2
%else
BuildArch: noarch
%endif