From 1b91b7cee6f2d4a2a7ddaf5f963225f0d36d1963 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 18 Mar 2016 10:27:54 -0400 Subject: debian packaging: adjust build-depends for xenial python3 support was moved out of pyflakes into python3-pyflakes. Adjust the package to build on trusty where python3-pyflakes was not present and also on xenial where it is. Note, this does mean that sbuild now requires '--resolve-alternatives'. That is how it is used on launchpad but is not the default in sbuild. --- packages/debian/control.in | 1 + 1 file changed, 1 insertion(+) (limited to 'packages') diff --git a/packages/debian/control.in b/packages/debian/control.in index 16713577..b58561e7 100644 --- a/packages/debian/control.in +++ b/packages/debian/control.in @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9), iproute2, pep8, pyflakes, + python3-pyflakes | pyflakes (<< 1.1.0-2), ${python}, ${test_requires}, ${requires} -- cgit v1.2.3