From fe4c73e231d49d670f87c61384d7554e688c57a8 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 7 Nov 2022 23:14:31 +0200 Subject: [PATCH] ALBS-732: pungi: do not build anything if unsigned packages found - Rpm package `python3-pgpy` is added as dependency --- pungi.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pungi.spec b/pungi.spec index e679223b..69b63437 100644 --- a/pungi.spec +++ b/pungi.spec @@ -37,6 +37,7 @@ BuildRequires: python3-createrepo_c >= 0.20.1 BuildRequires: python3-dogpile-cache BuildRequires: python3-parameterized BuildRequires: python3-gobject-base +BuildRequires: python3-pgpy #deps for doc building BuildRequires: python3-sphinx