From 4b0a91b37ac4195165d991bc036a27737e5c3113 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 04 2023 13:10:02 +0000 Subject: Don't use pylint during build See https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters --- diff --git a/gnome-abrt.spec b/gnome-abrt.spec index e0fe287..7d10d5c 100644 --- a/gnome-abrt.spec +++ b/gnome-abrt.spec @@ -36,7 +36,6 @@ BuildRequires: python3-libreport BuildRequires: abrt-gui-devel > 2.14.0 BuildRequires: gtk3-devel %if 0%{?fedora} -BuildRequires: python3-pylint BuildRequires: python3-six BuildRequires: python3-gobject BuildRequires: python3-dbus @@ -62,9 +61,7 @@ provides them with convenient way for managing these problems. %build %meson \ -%if ! 0%{?fedora} -Dlint=false \ -%endif %{nil} %meson_build