diff --git a/python-slimit.changes b/python-slimit.changes index 1412f10..868eab1 100644 --- a/python-slimit.changes +++ b/python-slimit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 5 21:14:10 UTC 2013 - os-dev@jacraig.com + +- Add requires for odict and ply >= 3.4, they are necessary to run slimit. + ------------------------------------------------------------------- Fri Jun 22 00:52:14 UTC 2012 - os-dev@jacraig.com diff --git a/python-slimit.spec b/python-slimit.spec index cbbc8ff..985343c 100644 --- a/python-slimit.spec +++ b/python-slimit.spec @@ -1,7 +1,7 @@ # # spec file for package python-slimit # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,6 +30,8 @@ BuildRequires: python-distribute BuildRequires: python-odict BuildRequires: python-ply >= 3.4 BuildRequires: unzip +Requires: python-odict +Requires: python-ply >= 3.4 %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()")} %else