From 3eeffc4662e59ae583fcd803e4cd7202879063a0 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Jul 06 2023 05:17:45 +0000 Subject: Fix build with Python 3.12 distutils has been removed from the standard library, but setuptools provides a compatibility layer. --- diff --git a/python-schedutils.spec b/python-schedutils.spec index 9d1eef9..1b8d19d 100644 --- a/python-schedutils.spec +++ b/python-schedutils.spec @@ -7,6 +7,7 @@ URL: https://rt.wiki.kernel.org/index.php/Tuna Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: gcc