[UNSTABLE][PATCH] autopkgtest: ensure a python2 interpreter is available.

Dimitri John Ledkov xnox at ubuntu.com
Tue Jan 14 10:33:06 UTC 2020


python2 is replacing python package name in focal.

BugLink: https://bugs.launchpad.net/bugs/1858487

Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com>
---
 debian/tests/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index 9a4e73b310c7..94eb9b9ed897 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, python, bzr
+Depends: build-essential, gcc-multilib [amd64 armhf i386], gdb, git, python2 | python, bzr
 Restrictions: allow-stderr, isolation-machine, breaks-testbed, skippable
-- 
2.24.0




More information about the kernel-team mailing list