From ffd286e797181074454400731ffa6425a097479019934e96206d3413fd3bc5f9 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 3 Sep 2015 15:15:38 +0000 Subject: [PATCH] Accepting request 328828 from home:TheBlackCat:branches:devel:languages:python Fix build on SLE 11 OBS-URL: https://build.opensuse.org/request/show/328828 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=4 --- python-bleach.changes | 5 +++++ python-bleach.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-bleach.changes b/python-bleach.changes index c30aa90..0edbf8b 100644 --- a/python-bleach.changes +++ b/python-bleach.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 3 14:39:11 UTC 2015 - toddrme2178@gmail.com + +- Fix build on SLE 11 + ------------------------------------------------------------------- Fri Aug 7 22:19:47 UTC 2015 - hpj@urpla.net diff --git a/python-bleach.spec b/python-bleach.spec index f86667c..90debc5 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -36,6 +36,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 +Requires: python-ordereddict %else BuildArch: noarch %endif