From 70c4a80f8d943adba4cac49c3c04ab9819d8a94e Mon Sep 17 00:00:00 2001 From: Lingchaox Xin Date: Thu, 27 Jun 2013 09:26:53 +0800 Subject: [PATCH] Add python-Cheetah dependence This patch should fix `unable to import Cheetah.Template` in requests/mailer.py. Change-Id: I72dd92be5203772d64753e276b19f0927b2c475c --- packaging/jenkins-scripts.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/jenkins-scripts.spec b/packaging/jenkins-scripts.spec index 8bddece..9c2d8e0 100644 --- a/packaging/jenkins-scripts.spec +++ b/packaging/jenkins-scripts.spec @@ -11,6 +11,7 @@ Url: http://www.tizen.org Group: Development/Tools/Building Source: %{name}-%{version}.tar.gz Requires: git-core +Requires: python-cheetah Requires: python-mysql Requires: python-yaml Requires: python-redis -- 2.7.4