Debian: Add dependency to setuptools
authorEd Bartosh <eduard.bartosh@intel.com>
Tue, 13 Jan 2015 23:31:45 +0000 (01:31 +0200)
committerEd Bartosh <eduard.bartosh@intel.com>
Fri, 23 Jan 2015 12:51:32 +0000 (14:51 +0200)
Setuptools are needed for plugin mechanism to work.
All repa subcommands are setuptools plugins.

Change-Id: I344a943ac32235a29e9ae76dd20924a4db117f06
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
debian/control

index 5bdedf2..79738f9 100644 (file)
@@ -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