From 37469e6a0b2662e75e90b4415bf344b4865eee3e9cb9d5430719a3311f95f729 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 6 Sep 2012 01:17:59 +0000 Subject: [PATCH] Add required run-time dependencies OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=23 --- coccinelle.changes | 5 +++++ coccinelle.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/coccinelle.changes b/coccinelle.changes index 5f40093..73056bc 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 6 01:17:08 UTC 2012 - jengelh@inai.de + +- spatch requires the python base modules (like site.py) to run + ------------------------------------------------------------------- Mon Feb 13 10:45:09 UTC 2012 - coolo@suse.com diff --git a/coccinelle.spec b/coccinelle.spec index 22321e2..929c626 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -30,6 +30,7 @@ BuildRequires: ncurses-devel BuildRequires: ocaml BuildRequires: python-devel BuildRequires: xz +Requires: python-base %description Coccinelle is a program matching and transformation engine which