From 9507ed280d3ab563fd571e1bce78005cbb9a65e7 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Mon, 19 Apr 2021 13:18:31 +0200 Subject: [PATCH] BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- lldb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb.spec b/lldb.spec index 535006d..cbf211e 100644 --- a/lldb.spec +++ b/lldb.spec @@ -54,6 +54,7 @@ The package contains header files for the LLDB debugger. %{?python_provide:%python_provide python3-lldb} Summary: Python module for LLDB BuildRequires: python3-devel +BuildRequires: python3-setuptools Requires: python3-six Requires: %{name}%{?_isa} = %{version}-%{release}