From 0df2572dd8d7367b74568ad83c0f92d2b93680d8 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 28 Mar 2015 12:11:10 +0100 Subject: [PATCH] boot-and-services, display-managers autopkgtests: Add missing python3 test dependency --- debian/changelog | 2 ++ debian/tests/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 64d7e19ed..0941506ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ systemd (215-14) UNRELEASED; urgency=medium * scope: Make attachment of initial PIDs more robust. Fixes crash with processes that get started by an init.d script with a different (aliased) name when the cgroup becomes empty. (Closes: #781210) + * boot-and-services, display-managers autopkgtests: Add missing python3 test + dependency. -- Michael Biebl Sat, 28 Mar 2015 09:27:07 +0100 diff --git a/debian/tests/control b/debian/tests/control index 20bd49fda..2ccad6846 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -13,9 +13,9 @@ Tests: python3 Depends: python3-systemd Tests: boot-and-services -Depends: lightdm, cron, network-manager, busybox-static +Depends: lightdm, cron, network-manager, busybox-static, python3 Restrictions: needs-root, isolation-machine, needs-recommends, breaks-testbed Tests: display-managers -Depends: systemd, lightdm +Depends: systemd, lightdm, python3 Restrictions: needs-root, isolation-machine, needs-recommends, breaks-testbed -- GitLab