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