From 92ec90118bf0f4f4663be666f076a536356885d9 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Aug 19 2021 11:39:28 +0000 Subject: spec: don't require python3-bugzilla version in BuildRequires Library calls are mocked anyway in our test suite, so we don't need to have this limination during building. And because the updated library is not stable yet, this now prevent us from building the package in Koji. Keep just the runtime requirement. --- diff --git a/blockerbugs.spec b/blockerbugs.spec index 8c1bfc6..f9afba8 100644 --- a/blockerbugs.spec +++ b/blockerbugs.spec @@ -46,7 +46,7 @@ BuildRequires: python3-mock BuildRequires: python3-koji BuildRequires: python3-sqlalchemy BuildRequires: python3-sphinx -BuildRequires: python3-bugzilla >= 3.1.0 +BuildRequires: python3-bugzilla BuildRequires: python3-iso8601 %description