From 6136af8211e01ce1b9e1a03ef96a2aad7bb49a04 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com>
Date: Sat, 25 Feb 2017 01:12:02 +0100
Subject: [PATCH] d/control: Add swh-journal dependency to swh.storage.archiver

Related T494
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 4a39407d1..f3bf077ac 100644
--- a/debian/control
+++ b/debian/control
@@ -40,6 +40,7 @@ Description: Software Heritage storage listener
 Package: python3-swh.storage.archiver
 Architecture: all
 Depends: python3-swh.scheduler (>= 0.0.11~),
+         python3-swh.journal,
          python3-swh.storage (= ${binary:Version}),
          ${misc:Depends},
          ${python3:Depends}
-- 
GitLab