From: Simon McVittie Date: Mon, 1 Jul 2013 13:19:03 +0000 (+0100) Subject: debian/control: depend on python-setuptools instead of -distribute X-Git-Tag: v2.5~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3b802ee004556b50681c03640e09fed9d056e7f;p=tools%2Fbmap-tools.git debian/control: depend on python-setuptools instead of -distribute python-setuptools is the module we actually import, and python-distribute has been merged into python-setuptools upstream. Signed-off-by: Simon McVittie Signed-off-by: Artem Bityutskiy --- diff --git a/debian/control b/debian/control index 1a747fb..1a14acf 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: utils Priority: optional Build-Depends: debhelper (>= 7), python-all, - python-distribute, + python-setuptools, Standards-Version: 3.8.4 XS-Python-Version: current