From 9b2f50ee981a07c22cf376a63a17cd44185d9031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 1 Mar 2023 13:28:10 +0100 Subject: [PATCH] BuildRequire setuptools explicitly, not just transitively They were pulled in by sphinx -> babel -> setuptools, but are no more. + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' Traceback (most recent call last): File "/builddir/build/BUILD/wrapt-1.14.1/setup.py", line 4, in import setuptools ModuleNotFoundError: No module named 'setuptools' --- python-wrapt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-wrapt.spec b/python-wrapt.spec index 23e7039..9b27003 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -19,6 +19,7 @@ Source0: https://github.com/GrahamDumpleton/%{sname}/archive/%{version}.t BuildRequires: gcc BuildRequires: python3-devel +BuildRequires: python3-setuptools %global _description\ The aim of the wrapt module is to provide a transparent object proxy\