From 623955cb1f06a1005a959eee22fb556d39b7e184 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Fri, 11 Nov 2022 19:21:37 +0200 Subject: [PATCH] - python3-distro as dependency --- pungi.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pungi.spec b/pungi.spec index c3e84b86..aab4c7da 100644 --- a/pungi.spec +++ b/pungi.spec @@ -38,6 +38,7 @@ BuildRequires: python3-createrepo_c >= 0.20.1 BuildRequires: python3-dogpile-cache BuildRequires: python3-parameterized BuildRequires: python3-gobject-base +BuildRequires: python3-distro %if %{rhel} == 8 BuildRequires: python3-dataclasses %endif @@ -70,7 +71,8 @@ Requires: python3-PyYAML Requires: python3-productmd >= 1.28R Requires: python3-gobject-base Requires: lorax -Requires: python3-pgpy +Requires: python3-pgpy +Requires: python3-distro # This package is not available on i686, hence we cannot require it # See https://bugzilla.redhat.com/show_bug.cgi?id=1743421