diff --git a/python-configobj.changes b/python-configobj.changes index 94aac14..f055697 100644 --- a/python-configobj.changes +++ b/python-configobj.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 24 09:03:10 UTC 2014 - fcastelli@suse.com + +- Added runtime depedency: python-six + ------------------------------------------------------------------- Wed Jul 23 13:04:31 UTC 2014 - fcastelli@suse.com diff --git a/python-configobj.spec b/python-configobj.spec index ede91fb..841ee7b 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -27,6 +27,7 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +Requires: python-six # There are no real docs! Provides: python-%{modname}-docs = %{version} Obsoletes: python-%{modname}-docs < %{version}