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
This commit is contained in:
Denisart Benjamin 2014-07-25 12:47:19 +00:00 committed by Git OBS Bridge
parent 8b5fe61ec6
commit 1469436e9c
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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}