diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-18 10:27:54 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-18 10:27:54 -0400 |
commit | 1b91b7cee6f2d4a2a7ddaf5f963225f0d36d1963 (patch) | |
tree | 736ec0f6f67986858d53a5cd68f4edbe0377d427 /packages/debian | |
parent | 56402e91e95960f54a39eb18cbda391f00f95b6e (diff) | |
download | vyos-cloud-init-1b91b7cee6f2d4a2a7ddaf5f963225f0d36d1963.tar.gz vyos-cloud-init-1b91b7cee6f2d4a2a7ddaf5f963225f0d36d1963.zip |
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.
Diffstat (limited to 'packages/debian')
-rw-r--r-- | packages/debian/control.in | 1 |
1 files changed, 1 insertions, 0 deletions
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} |