forked from pool/python-zope.schema
- Add (Build)Requires python-ordereddict for SLE_11 only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
f7b566e700
commit
16715cc4a3
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 20 10:50:22 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Add (Build)Requires python-ordereddict for SLE_11 only
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 15 13:44:06 UTC 2013 - speilicke@suse.com
|
Fri Mar 15 13:44:06 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ Requires: python-zope.event
|
|||||||
Requires: python-zope.interface >= 3.6.0
|
Requires: python-zope.interface >= 3.6.0
|
||||||
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
|
||||||
|
BuildRequires: python-ordereddict
|
||||||
|
Requires: python-ordereddict
|
||||||
%{!?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()")}
|
||||||
%else
|
%else
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|||||||
Reference in New Issue
Block a user