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:
parent
8b5fe61ec6
commit
1469436e9c
@ -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
|
Wed Jul 23 13:04:31 UTC 2014 - fcastelli@suse.com
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ Group: Development/Languages/Python
|
|||||||
Source: http://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
Requires: python-six
|
||||||
# There are no real docs!
|
# There are no real docs!
|
||||||
Provides: python-%{modname}-docs = %{version}
|
Provides: python-%{modname}-docs = %{version}
|
||||||
Obsoletes: python-%{modname}-docs < %{version}
|
Obsoletes: python-%{modname}-docs < %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user