From 19bf595786243500198318fadafa258202c89fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Apr 2021 13:26:17 +0200 Subject: [PATCH] Do not require python3-setuptools from python3-devel See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools Not bumping the release because this only affects the package in Copr for now, until we upgrade the main Python in Fedora to 3.10. Co-authored-by: Tomas Hrnciar --- python3.10.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/python3.10.spec b/python3.10.spec index ceb395f..49d4aed 100644 --- a/python3.10.spec +++ b/python3.10.spec @@ -455,15 +455,6 @@ Requires: (python-rpm-macros if rpm-build) Requires: (python3-rpm-macros if rpm-build) %if %{without bootstrap} -# This is not "API" (packages that need setuptools should still BuildRequire it) -# However some packages apparently can build both with and without setuptools -# producing egg-info as file or directory (depending on setuptools presence). -# Directory-to-file updates are problematic in RPM, so we ensure setuptools is -# installed when -devel is required. -# See https://bugzilla.redhat.com/show_bug.cgi?id=1623914 -# See https://fedoraproject.org/wiki/Packaging:Directory_Replacement -Requires: (%{pkgname}-setuptools if rpm-build) - Requires: (python3-rpm-generators if rpm-build) %endif