From 4d799c87289b0c2dfe45aeb0a7fe94995ef93dfe7697ec89d897f8aa39040136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 8 Sep 2013 09:27:33 +0000 Subject: [PATCH] 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 --- python-slimit.changes | 5 +++++ python-slimit.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-slimit.changes b/python-slimit.changes index 1412f10..868eab1 100644 --- a/python-slimit.changes +++ b/python-slimit.changes @@ -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 diff --git a/python-slimit.spec b/python-slimit.spec index cbbc8ff..985343c 100644 --- a/python-slimit.spec +++ b/python-slimit.spec @@ -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