From f45a482b87aa16cf0e07eb432d49e106748ff0b2 Mon Sep 17 00:00:00 2001 From: ZhuoX Li Date: Wed, 13 Aug 2014 18:08:05 +0800 Subject: [PATCH] Add gbs-api into the dependency list of jenkins. Although we have got rid of dependency of gbs, Jenkins depends on gbs-api.So gbs-api should be add into the dependency list of jenkins. Change-Id: I4c64db4941d35d96b197618029c1f050237e3c01 --- packaging/jenkins-scripts.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/jenkins-scripts.spec b/packaging/jenkins-scripts.spec index 3be24b8..81ff9f5 100644 --- a/packaging/jenkins-scripts.spec +++ b/packaging/jenkins-scripts.spec @@ -38,6 +38,7 @@ Requires: python-requests >= 2.0.1 Requires: python-snapdiff Requires: python-yaml Requires: python-lxml +Requires: gbs-api %description common Common part of jenkins scripts -- 2.7.4