From f861cb59ee7682ae65f5d0743d07b093143e1baa Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 31 Dec 2013 22:34:54 +0100 Subject: add new pep8,pyflakes dependencies --- debian/control | 4 +++- debian/tests/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 8c2f2ce7..f4f52119 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,9 @@ Build-Depends: apt (>= 0.9.6), python-distutils-extra (>= 2.0), python-sphinx (>= 0.5), python-debian, - python-unittest2 + python-unittest2, + pep8, + pyflakes Vcs-Git: git://anonscm.debian.org/apt/python-apt.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=apt/python-apt.git XS-Testsuite: autopkgtest diff --git a/debian/tests/control b/debian/tests/control index 2ca0a401..bdca7d61 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,2 @@ Tests: run-tests -Depends: @, apt-utils, python-debian, fakeroot, intltool +Depends: @, apt-utils, python-debian, fakeroot, intltool, pep8, pyflakes -- cgit v1.2.3