From 1469436e9c163baacbf0a0048edda4e9289511d8f57ef64883f3c0150ff6aa50 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Fri, 25 Jul 2014 12:47:19 +0000 Subject: [PATCH] Accepting request 242178 from home:flavio_castelli:branches:devel:languages:python Noticed the package won't work unless the python-six package is installed. OBS-URL: https://build.opensuse.org/request/show/242178 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configobj?expand=0&rev=27 --- python-configobj.changes | 5 +++++ python-configobj.spec | 1 + 2 files changed, 6 insertions(+) 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}