From 5946dcb0341fc83034c5e68d961d768de6344c4e Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Mon, 31 May 2021 12:20:35 +0200
Subject: [PATCH] Fix installability on v2022dev2

Demote dependency on ribchester to a suggests since we no longer ship
the Canterbury appfw on the Bullseye based v2022dev2.

Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5bb3105..a7a537b 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,9 @@ Depends:
  python3-xdg,
  python3-paramiko,
  python3-gi,
- ribchester (>= 0.1612.7),
  systemd-container
+Suggests:
+ ribchester (>= 0.1612.7)
 Recommends: gcc-arm-linux-gnueabihf
 Description: Apertis development tools to help building, deploying and
  debugging applications
-- 
GitLab