From 4e209184043a31eb44d4fcf697c35fb125daaea7 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 15 Apr 2024 17:24:06 -0400 Subject: [PATCH] Fix obsolete pygobject3-devel dependency https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PMJ65QYX3JQ5ACF4CSABXMKLXNWOFPLB/ --- bolt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt.spec b/bolt.spec index 791ecf0..8c8a936 100644 --- a/bolt.spec +++ b/bolt.spec @@ -20,7 +20,7 @@ BuildRequires: systemd # for the integration test (optional) %if 0%{?fedora} || 0%{?rhel} > 8 -BuildRequires: pygobject3-devel +BuildRequires: python3-gobject-base BuildRequires: python3-dbus BuildRequires: python3-dbusmock BuildRequires: umockdev-devel