From: Ed Bartosh Date: Tue, 13 Jan 2015 23:31:45 +0000 (+0200) Subject: Debian: Add dependency to setuptools X-Git-Tag: submit/trunk/20190927.012842~9^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=223f161bba1a6568e08540f554450a4550c76fac;p=tools%2Frepa.git Debian: Add dependency to setuptools Setuptools are needed for plugin mechanism to work. All repa subcommands are setuptools plugins. Change-Id: I344a943ac32235a29e9ae76dd20924a4db117f06 Signed-off-by: Ed Bartosh --- diff --git a/debian/control b/debian/control index 5bdedf2..79738f9 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Architecture: all Depends: python (>=2.6), osc, gbs-api, + python-setuptools, ${misc:Depends}, ${python:Depends} Description: tool to help release engineers to maintain code submissions