diff --git a/python-pyramid.changes b/python-pyramid.changes index ef14423..2a12981 100644 --- a/python-pyramid.changes +++ b/python-pyramid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 31 13:46:28 UTC 2013 - hpj@urpla.net + +- add python-unittest2 and python-ordereddict deps for 11.1 + ------------------------------------------------------------------- Tue Jul 30 22:03:34 UTC 2013 - hpj@urpla.net diff --git a/python-pyramid.spec b/python-pyramid.spec index 83e05e3..7dbc7c1 100644 --- a/python-pyramid.spec +++ b/python-pyramid.spec @@ -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