From e13e56a1b2e072b8d3b893c68dc9f580ca5a5727 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Aug 10 2021 11:58:03 +0000 Subject: PR#2982: setuptools BuildRequire for py3 Merges #2982 https://pagure.io/koji/pull-request/2982 Fixes: #2919 https://pagure.io/koji/issue/2919 Build failing in fedora rawhide --- 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