From 857264ffb8f02d254ebec3c26aae5ebf0f98f467 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 26abdd8..7123b34 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/v2020dev0'
-- 
GitLab