From 90b3b5225f96c6145db9f3620090890676759d32 Mon Sep 17 00:00:00 2001 From: Luis Araujo <luis.araujo@collabora.co.uk> Date: Thu, 18 Jul 2019 22:04:41 +0800 Subject: [PATCH] Remove the explict package dependency on mktemp Remove this package dependency from the dbus-installed-tests test case since this package is already installed by coreutils. Signed-off-by: Luis Araujo <luis.araujo@collabora.co.uk> --- test-cases/dbus-installed-tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/test-cases/dbus-installed-tests.yaml b/test-cases/dbus-installed-tests.yaml index a3b9ed8f..3ecc9fee 100644 --- a/test-cases/dbus-installed-tests.yaml +++ b/test-cases/dbus-installed-tests.yaml @@ -23,7 +23,6 @@ install: - libdbus-1-3-dbgsym - dbus-tests-dbgsym - dbus-dbgsym - - mktemp git-repos: - url: https://gitlab.apertis.org/infrastructure/apertis-tests.git branch: 'apertis/v2019pre' -- GitLab