From 0b516a9fe8803041abb98c2f2ae7f4b3e79aa0c8 Mon Sep 17 00:00:00 2001
From: Valentin Lorentz <vlorentz@softwareheritage.org>
Date: Mon, 15 May 2023 13:47:31 +0200
Subject: [PATCH] Add missing dependency on rpm2cpio

It is needed by the RPM loader, introduced in swh.loader.core v5.2.0
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 12017ff1..2415487e 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Build-Depends: debhelper (>= 9),
                python3-tenacity,
                python3-toml,
                opam,
+               rpm2cpio,
                zstd,
 Standards-Version: 3.9.6
 Homepage: https://forge.softwareheritage.org/diffusion/60/
-- 
GitLab