From bdf18a37558a372dbe436eb802ee058096fdfcb0 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Mon, 4 Jan 2021 18:05:15 +0100 Subject: [PATCH] rpm: requires python3-gssapi Signed-off-by: Frantisek Hrbata --- gimrr.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gimrr.spec b/gimrr.spec index 4f59bad..0f380ee 100644 --- a/gimrr.spec +++ b/gimrr.spec @@ -6,6 +6,7 @@ License: WTFPL BuildArch: noarch BuildRequires: asciidoc Requires: python3 >= 3.2 +Requires: python3-gssapi Requires: git %description -- 1.7.10.4