forked from pool/python-slimit
Accepting request 197806 from home:poorboywilly:branches:devel:languages:python
Added two requires that were missing--odict and ply are necessary to build and run the package. I did this separate from any version update since I don't know if this might the kind of thing that would get pushed out in an update. Unless told otherwise, I'll bump up the version in a separate submission. OBS-URL: https://build.opensuse.org/request/show/197806 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slimit?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
6b78b86151
commit
4d799c8728
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user