From d4110657e0a9c2937b8a12725b054351f11224cd Mon Sep 17 00:00:00 2001
From: Luis Araujo <luis.araujo@collabora.co.uk>
Date: Wed, 4 Nov 2015 19:30:32 +0800
Subject: [PATCH] Replace tracker-utils package dependency by package tracker

The tracker-utils package is now merged into the tracker package. This
commit updates the tracker-indexing-local-storage test definition
to use the new package name.
---
 common/tracker-indexing-local-storage.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/tracker-indexing-local-storage.yaml b/common/tracker-indexing-local-storage.yaml
index ce5fce2..b47e843 100644
--- a/common/tracker-indexing-local-storage.yaml
+++ b/common/tracker-indexing-local-storage.yaml
@@ -17,7 +17,7 @@ install:
   - gir1.2-tracker-1.0
   - python3
   - python3-gi
-  - tracker-utils
+  - tracker
 
 run:
   steps:
-- 
GitLab