diff mbox series

debian: add python depends to ubuntu-regression-suite

Message ID 20191213132720.352057-1-xnox@ubuntu.com
State New
Headers show
Series debian: add python depends to ubuntu-regression-suite | expand

Commit Message

Dimitri John Ledkov Dec. 13, 2019, 1:27 p.m. UTC
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@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(-)

Comments

Seth Forshee Dec. 16, 2019, 7:56 p.m. UTC | #1
On Fri, Dec 13, 2019 at 01:27:20PM +0000, Dimitri John Ledkov wrote:
> 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@ubuntu.com>

Applied to focal/master-next and unstable/master as "UBUNTU: [Debian]
add python depends to ubuntu-regression-suite", thanks!
diff mbox series

Patch

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