From 9d205411d1a1ceef54ce9f1412bff36a57fd7749 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Mon, 16 Dec 2013 16:39:12 +0800 Subject: [PATCH] Remove mic dependency gbs createimage(cr) sub-command depend on mic, which have many new dependencies, so it's better to remove mic dependency and tell user to install it manually if user really want it. Change-Id: Ie0424e50829421648e745183888ccb78aedb211f --- debian/control | 3 +-- packaging/gbs.spec | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 864adb3..03cf2b7 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,7 @@ Depends: ${misc:Depends}, ${python:Depends}, gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), - depanneur (>= 0.11), - mic (>= 0.20) + depanneur (>= 0.11) Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001) Description: Command line tools for Tizen package developers The command line tools for Tizen package developers will diff --git a/packaging/gbs.spec b/packaging/gbs.spec index f4ad2fe..20a262f 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -15,7 +15,6 @@ Requires: sudo Requires: osc >= 0.139.0 Requires: tizen-gbp-rpm >= 20131202 Requires: depanneur >= 0.11 -Requires: mic >= 0.20 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.7.4