From 42626e10a0d90908d41ba0a578de5614c6097d42 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Tue, 10 Aug 2021 13:08:22 +0200 Subject: [PATCH] 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 --- koji.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/koji.spec b/koji.spec index 13a7b388..de7a12c9 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