From 3e09285eb9585919da5dd56064482b2141583769 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 build dependency --- pungi.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pungi.spec b/pungi.spec index 3f6d3e40..33c12278 100644 --- a/pungi.spec +++ b/pungi.spec @@ -40,6 +40,7 @@ BuildRequires: python3-dogpile-cache BuildRequires: python3-parameterized BuildRequires: python3-gobject-base BuildRequires: python3-dataclasses +BuildRequires: python3-pgpy #deps for doc building BuildRequires: python3-sphinx