From 14da932175daa83c79af73ada743d07625f5cc2d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Jul 19 2023 16:04:23 +0000 Subject: Fix build with Python 3.12 distutils has been removed from Python 3.12, but setuptools provides a compatibility layer. --- diff --git a/Zim.spec b/Zim.spec index c5d6699..cc48743 100644 --- a/Zim.spec +++ b/Zim.spec @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: python3-devel BuildRequires: python3-gobject +BuildRequires: python3-setuptools BuildRequires: gtk3, python3-pyxdg # for tests BuildRequires: /usr/bin/xvfb-run