From 42626e10a0d90908d41ba0a578de5614c6097d42 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Aug 10 2021 11:29:56 +0000 Subject: setuptools BuildRequire for py3 setuptools are dropped as a require from python-wheel, we need to require it explicitely Related: https://pagure.io/koji/issue/2919 --- diff --git a/koji.spec b/koji.spec index 13a7b38..de7a12c 100644 --- a/koji.spec +++ b/koji.spec @@ -145,6 +145,7 @@ Summary: Build system tools python library BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-setuptools %if 0%{?fedora} || 0%{?rhel} >= 8 Requires: python%{python3_pkgversion}-rpm %else