From 9e85ec6f85eeb27cfc31103c0449c46907df32b0 Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Thu, 21 Aug 2025 11:57:48 +0200 Subject: [PATCH] spec: buildrequire setuptools Fedora is changing (some) things related to Python packaging. It seems setuptools is no longer a generated BuildRequire by default so let's explicitly add it. Signed-off-by: Simon de Vlieger --- osbuild.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/osbuild.spec b/osbuild.spec index a6c34b45..b43be1fc 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -21,6 +21,7 @@ Summary: A build system for OS images BuildRequires: make BuildRequires: python3-devel BuildRequires: python3-docutils +BuildRequires: python3-setuptools BuildRequires: systemd Requires: bash