[PATCH] debian: add python depends to ubuntu-regression-suite

Dimitri John Ledkov xnox at ubuntu.com
Fri Dec 13 13:27:20 UTC 2019


In focal-proposed, bzr is now provided by python3 breezy, and thus
neither /usr/bin/python or /usr/bin/python2 is available, as python2
is not at all installed anymore.

Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com>
---
 Obviously this will need to be synced to all flavours in focal
 
 debian/tests/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index 4b80100ceb66..9a4e73b310c7 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,5 +3,5 @@ Depends: @builddeps@, fakeroot
 Restrictions: allow-stderr, skippable
 
 Tests: ubuntu-regression-suite
-Depends: build-essential, gcc-multilib [amd64 armhf i386], gdb, git, bzr
+Depends: build-essential, gcc-multilib [amd64 armhf i386], gdb, git, python, bzr
 Restrictions: allow-stderr, isolation-machine, breaks-testbed, skippable
-- 
2.24.0




More information about the kernel-team mailing list