From 0be944c2546176ac463b3dd86eb1bcf1d4773701 Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Sun, 11 Oct 2015 23:24:22 -0300 Subject: [PATCH] ubuntu build: Add python-setuptools Recent ubuntu versions require explicit python-setuptools dependencies, so we have to oblige. Signed-off-by: Lucas Meneghel Rodrigues --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index eb2b8bc4..059fe3e6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: avocado Section: python Priority: optional Maintainer: Lucas Meneghel Rodrigues (lmr) -Build-Depends: debhelper (>=7.0.50~), python-support (>= 0.6), cdbs (>= 0.4.49), python-yaml +Build-Depends: debhelper (>=7.0.50~), python-support (>= 0.6), cdbs (>= 0.4.49), python-yaml, python-setuptools Standards-Version: 3.8.4 Package: avocado -- GitLab